Color Hex Logo

#f06417 Color Hex

#F06417
(240,100,23)
0 Favorites   0 Comments

Color spaces of #f06417

RGB 24010023
HSL0.060.880.52
HSV21°90°94°
CMYK 0.000.580.90   0.06
XYZ40.647027.70154.0152
Yxy27.70150.56170.3828
Hunter Lab52.632245.746332.3194
CIE-Lab59.618150.763763.8060

#f06417 color RGB value is (240,100,23).

#f06417 hex color red value is 240, green value is 100 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #f06417 hue: 0.06 , saturation: 0.88 and the lightness value of f06417 is 0.52.

The process color (four color CMYK) of #f06417 color hex is 0.00, 0.58, 0.90, 0.06. Web safe color of #f06417 is #ff6600. Color #f06417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100100 00010111
Octal 360 144 27
Decimal 240 100 23
Hex F0 64 17

RGB Percentages of Color #f06417

%66.12
%27.55
%6.34

CMYK Percentages of Color #f06417

%0
%58
%90
%6

Triadic Colors of #f06417

#f06417 #17f064 #6417f0

Analogous Colors of #f06417

#f06417 #f0d117 #f01736

Monochromatic Colors of #f06417

#f06417

Complementary Color

#f06417 #17a3f0

#f06417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06417 Color CSS Codes

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

#f06417 Text Font Color

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

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


#f06417 Background Color

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

This div background color is #f06417


#f06417 Border Color

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

This div border color is #f06417


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,100,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f06417; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f06417;
  -webkit-box-shadow: 1px 1px 3px 2px #f06417;
  box-shadow:         1px 1px 3px 2px #f06417; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,100,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06417


Comments

No comments written yet.

Please login to write comment.