Color Hex Logo

#f3540f Color Hex

#F3540F
(243,84,15)
0 Favorites   0 Comments

Color spaces of #f3540f

RGB 2438415
HSL0.050.900.51
HSV18°94°95°
CMYK 0.000.650.94   0.05
XYZ40.218725.42983.2406
Yxy25.42980.58380.3691
Hunter Lab50.428054.113331.4895
CIE-Lab57.491858.601064.7300

#f3540f color RGB value is (243,84,15).

#f3540f hex color red value is 243, green value is 84 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f3540f hue: 0.05 , saturation: 0.90 and the lightness value of f3540f is 0.51.

The process color (four color CMYK) of #f3540f color hex is 0.00, 0.65, 0.94, 0.05. Web safe color of #f3540f is #ff6600. Color #f3540f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010100 00001111
Octal 363 124 17
Decimal 243 84 15
Hex F3 54 F

RGB Percentages of Color #f3540f

%71.05
%24.56
%4.39

CMYK Percentages of Color #f3540f

%0
%65
%94
%5

Triadic Colors of #f3540f

#f3540f #0ff354 #540ff3

Analogous Colors of #f3540f

#f3540f #f3c60f #f30f3c

Monochromatic Colors of #f3540f

#f3540f

Complementary Color

#f3540f #0faef3

#f3540f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3540f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3540f Color CSS Codes

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

#f3540f Text Font Color

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

This sample text font color is #f3540f
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.


#f3540f Background Color

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

This div background color is #f3540f


#f3540f Border Color

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

This div border color is #f3540f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3540f


Comments

No comments written yet.

Please login to write comment.