Html Css Color HEX #F66008 Safety Orange

📋 copy color: '#F66008'

red 246 ◦ green 96 ◦ blue 8

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

Shades of Safety Orange #F66008

Tints of Safety Orange #F66008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 70.29%
G = 27.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F66008 (or 0xF66008) is known color: Safety Orange. HEX triplet: F6, 60 and 08. RGB value is (246,96,8). Sum of RGB (Red+Green+Blue) = 246+96+8=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F66008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66008 is #099FF7. Grayscale: #838383. Windows color (decimal): -630776 or 549110. OLE color: 549110.

HSL color Cylindrical-coordinate representation of color #F66008: hue angle of 22.18º 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 #F66008 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 96 8 -
CMYK 0 0.61 0.97 0.04
HSL 22.18º 0.94% 0.5% -
HSV(B) 22.18º 0.97% 0.96% -
XYZ 42.23 27.98 3.4 -
YUV 130.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 246 96 8 0 0.61 0.97 0.04 22.18 0.94 0.5
Hex F6 60 8 0 3D 61 4 16 5E 32
Octal 366 140 10 0 75 141 4 26 136 62
Binary 11110110 1100000 1000 0 111101 1100001 100 10110 1011110 110010

Color Harmonies of #F66008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66008

Black with #F66008

Text Example


Text Example

White with #F66008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66008; }

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

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

background-color css

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

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

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

border-color css

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

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

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