color codes Logo

#f3350d color codes

#F3350D
(243,53,13)
0 Favorites   0 Comments

Color spaces of #f3350d

RGB 2435313
HSL0.030.910.50
HSV10°95°95°
CMYK 0.000.780.95   0.05
XYZ38.307921.63002.5367
Yxy21.63000.61320.3462
Hunter Lab46.508165.638329.3218
CIE-Lab53.632269.195862.9340

#f3350d color RGB value is (243,53,13).

#f3350d hex color red value is 243, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f3350d hue: 0.03 , saturation: 0.91 and the lightness value of f3350d is 0.50.

The process color (four color CMYK) of #f3350d color code is 0.00, 0.78, 0.95, 0.05. Web safe color of #f3350d is #ff3300. Color #f3350d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110101 00001101
Octal 363 65 15
Decimal 243 53 13
Hex F3 35 D

RGB Percentages of Color #f3350d

%78.64
%17.15
%4.21

CMYK Percentages of Color #f3350d

%0
%78
%95
%5

Triadic Colors of #f3350d

#f3350d #0df335 #350df3

Analogous Colors of #f3350d

#f3350d #f3a80d #f30d58

Monochromatic Colors of #f3350d

#f3350d

Complementary Color

#f3350d #0dcbf3

#f3350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3350d Color CSS Codes

.mybgcolor {background-color:#f3350d; } 
.myforecolor {color:#f3350d; }
.mybordercolor {border:3px solid #f3350d; }

#f3350d Text Font Color

<p style="color:#f3350d">Text here</p>

This sample text font color is #f3350d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3350d Background Color

<div style="background-color:#f3350d">
Div content here</div>

This div background color is #f3350d


#f3350d Border Color

<div style="border:3px solid #f3350d">
Div here</div>

This div border color is #f3350d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,53,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3350d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3350d;
  -webkit-box-shadow: 1px 1px 3px 2px #f3350d;
  box-shadow:         1px 1px 3px 2px #f3350d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,53,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3350d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3350d;
  -webkit-box-shadow: 1px 1px 3px 2px #f3350d;
  box-shadow:         1px 1px 3px 2px #f3350d;">
Div content here</div>

This div box has shadow with color #f3350d


Comments

No comments written yet.

Please login to write comment.