Html Css Color HEX #F66408 Safety Orange

📋 copy color: '#F66408'

red 246 ◦ green 100 ◦ blue 8

#F66408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F66408

Tints of Safety Orange #F66408

RGB

 RED value IS 246 (96.48% from 255) = 69.49%

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 69.49%
G = 28.25%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F66408 (or 0xF66408) is known color: Safety Orange. HEX triplet: F6, 64 and 08. RGB value is (246,100,8). Sum of RGB (Red+Green+Blue) = 246+100+8=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F66408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66408 is #099BF7. Grayscale: #858585. Windows color (decimal): -629752 or 550134. OLE color: 550134.

HSL color Cylindrical-coordinate representation of color #F66408: hue angle of 23.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F66408 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 100 8 -
CMYK 0 0.59 0.97 0.04
HSL 23.19º 0.94% 0.5% -
HSV(B) 23.19º 0.97% 0.96% -
XYZ 42.61 28.72 3.53 -
YUV 133.17 57.37 208.48 -
System Red Green Blue C M Y K H S L
Decimal 246 100 8 0 0.59 0.97 0.04 23.19 0.94 0.5
Hex F6 64 8 0 3B 61 4 17 5E 32
Octal 366 144 10 0 73 141 4 27 136 62
Binary 11110110 1100100 1000 0 111011 1100001 100 10111 1011110 110010

Color Harmonies of #F66408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66408

Black with #F66408

Text Example


Text Example

White with #F66408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66408; }

 p { color: rgb(246,100,8); }

 H1.HeaderClassName
 {
   color: #F66408;
 }
 .AnyTagClassName
 {
   color: #F66408;
 }
</style>

background-color css

<style>
 a { background-color: #F66408; }

 a { background-color: rgb(246,100,8); }

 div.DivClassName
 {
   background-color: #F66408;
 }
 .BgClassName
 {
   background-color: #F66408;
 }
</style>

border-color css

<style>
 span { border-color: #F66408; }

 span { border-color: rgb(246,100,8); }

 td.TdClassName
 {
   border-color: #F66408;
 }
 .TagClassName
 {
   border-color: #F66408;
 }
</style>