Html Css Color HEX #F67004 Safety Orange

📋 copy color: '#F67004'

red 246 ◦ green 112 ◦ blue 4

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

Shades of Safety Orange #F67004

Tints of Safety Orange #F67004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 67.96%
G = 30.94%
B = 1.1%

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

#F67004 (or 0xF67004) is known color: Safety Orange. HEX triplet: F6, 70 and 04. RGB value is (246,112,4). Sum of RGB (Red+Green+Blue) = 246+112+4=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F67004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67004 is #098FFB. Grayscale: #8C8C8C. Windows color (decimal): -626684 or 291062. OLE color: 291062.

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

Color convert

RGB 246 112 4 -
CMYK 0 0.54 0.98 0.04
HSL 26.78º 0.97% 0.49% -
HSV(B) 26.78º 0.98% 0.96% -
XYZ 43.82 31.19 3.83 -
YUV 139.75 51.39 203.78 -
System Red Green Blue C M Y K H S L
Decimal 246 112 4 0 0.54 0.98 0.04 26.78 0.97 0.49
Hex F6 70 4 0 36 62 4 1B 61 31
Octal 366 160 4 0 66 142 4 33 141 61
Binary 11110110 1110000 100 0 110110 1100010 100 11011 1100001 110001

Color Harmonies of #F67004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67004

Black with #F67004

Text Example


Text Example

White with #F67004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67004; }

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

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

background-color css

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

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

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

border-color css

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

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

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