Html Css Color HEX #F67006 Safety Orange

📋 copy color: '#F67006'

red 246 ◦ green 112 ◦ blue 6

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

Shades of Safety Orange #F67006

Tints of Safety Orange #F67006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 67.58%
G = 30.77%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F67006 (or 0xF67006) is known color: Safety Orange. HEX triplet: F6, 70 and 06. RGB value is (246,112,6). Sum of RGB (Red+Green+Blue) = 246+112+6=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F67006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67006 is #098FF9. Grayscale: #8C8C8C. Windows color (decimal): -626682 or 422134. OLE color: 422134.

HSL color Cylindrical-coordinate representation of color #F67006: hue angle of 26.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F67006 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 112 6 -
CMYK 0 0.54 0.98 0.04
HSL 26.5º 0.95% 0.49% -
HSV(B) 26.5º 0.98% 0.96% -
XYZ 43.83 31.19 3.88 -
YUV 139.98 52.39 203.62 -
System Red Green Blue C M Y K H S L
Decimal 246 112 6 0 0.54 0.98 0.04 26.5 0.95 0.49
Hex F6 70 6 0 36 62 4 1A 5F 31
Octal 366 160 6 0 66 142 4 32 137 61
Binary 11110110 1110000 110 0 110110 1100010 100 11010 1011111 110001

Color Harmonies of #F67006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67006

Black with #F67006

Text Example


Text Example

White with #F67006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67006; }

 p { color: rgb(246,112,6); }

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

background-color css

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

 a { background-color: rgb(246,112,6); }

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

border-color css

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

 span { border-color: rgb(246,112,6); }

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