Color Hex Logo

#f84006 Color Hex

#F84006
(248,64,6)
0 Favorites   0 Comments

Color spaces of #f84006

RGB 248646
HSL0.040.950.50
HSV14°98°97°
CMYK 0.000.740.98   0.03
XYZ40.577723.63642.5959
Yxy23.63640.60740.3538
Hunter Lab48.617363.902230.8663
CIE-Lab55.721967.343566.0960

#f84006 color RGB value is (248,64,6).

#f84006 hex color red value is 248, green value is 64 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #f84006 hue: 0.04 , saturation: 0.95 and the lightness value of f84006 is 0.50.

The process color (four color CMYK) of #f84006 color hex is 0.00, 0.74, 0.98, 0.03. Web safe color of #f84006 is #ff3300. Color #f84006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 00000110
Octal 370 100 6
Decimal 248 64 6
Hex F8 40 6

RGB Percentages of Color #f84006

%77.99
%20.13
%1.89

CMYK Percentages of Color #f84006

%0
%74
%98
%3

Triadic Colors of #f84006

#f84006 #06f840 #4006f8

Analogous Colors of #f84006

#f84006 #f8b906 #f80645

Monochromatic Colors of #f84006

#f84006

Complementary Color

#f84006 #06bef8

#f84006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84006 Color CSS Codes

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

#f84006 Text Font Color

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

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


#f84006 Background Color

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

This div background color is #f84006


#f84006 Border Color

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

This div border color is #f84006


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,64,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f84006; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f84006;
  -webkit-box-shadow: 1px 1px 3px 2px #f84006;
  box-shadow:         1px 1px 3px 2px #f84006; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,64,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84006


Comments

No comments written yet.

Please login to write comment.