Html Css Color HEX #F67005 Safety Orange

📋 copy color: '#F67005'

red 246 ◦ green 112 ◦ blue 5

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

Shades of Safety Orange #F67005

Tints of Safety Orange #F67005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 67.77%
G = 30.85%
B = 1.38%

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

#F67005 (or 0xF67005) is known color: Safety Orange. HEX triplet: F6, 70 and 05. RGB value is (246,112,5). Sum of RGB (Red+Green+Blue) = 246+112+5=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F67005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67005 is #098FFA. Grayscale: #8C8C8C. Windows color (decimal): -626683 or 356598. OLE color: 356598.

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

Color convert

RGB 246 112 5 -
CMYK 0 0.54 0.98 0.04
HSL 26.64º 0.96% 0.49% -
HSV(B) 26.64º 0.98% 0.96% -
XYZ 43.83 31.19 3.85 -
YUV 139.87 51.89 203.7 -
System Red Green Blue C M Y K H S L
Decimal 246 112 5 0 0.54 0.98 0.04 26.64 0.96 0.49
Hex F6 70 5 0 36 62 4 1B 60 31
Octal 366 160 5 0 66 142 4 33 140 61
Binary 11110110 1110000 101 0 110110 1100010 100 11011 1100000 110001

Color Harmonies of #F67005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67005

Black with #F67005

Text Example


Text Example

White with #F67005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67005; }

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

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

background-color css

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

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

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

border-color css

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

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

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