Html Css Color HEX #F96206 Safety Orange

📋 copy color: '#F96206'

red 249 ◦ green 98 ◦ blue 6

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

Shades of Safety Orange #F96206

Tints of Safety Orange #F96206

RGB

 RED value IS 249 (97.66% from 255) = 70.54%

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 70.54%
G = 27.76%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F96206 (or 0xF96206) is known color: Safety Orange. HEX triplet: F9, 62 and 06. RGB value is (249,98,6). Sum of RGB (Red+Green+Blue) = 249+98+6=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F96206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96206 is #069DF9. Grayscale: #858585. Windows color (decimal): -433658 or 418553. OLE color: 418553.

HSL color Cylindrical-coordinate representation of color #F96206: hue angle of 22.72º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F96206 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 6 -
CMYK 0 0.61 0.98 0.02
HSL 22.72º 0.95% 0.5% -
HSV(B) 22.72º 0.98% 0.98% -
XYZ 43.47 28.89 3.46 -
YUV 132.66 56.53 210.98 -
System Red Green Blue C M Y K H S L
Decimal 249 98 6 0 0.61 0.98 0.02 22.72 0.95 0.5
Hex F9 62 6 0 3D 62 2 17 5F 32
Octal 371 142 6 0 75 142 2 27 137 62
Binary 11111001 1100010 110 0 111101 1100010 10 10111 1011111 110010

Color Harmonies of #F96206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96206

Black with #F96206

Text Example


Text Example

White with #F96206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96206; }

 p { color: rgb(249,98,6); }

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

background-color css

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

 a { background-color: rgb(249,98,6); }

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

border-color css

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

 span { border-color: rgb(249,98,6); }

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