Html Css Color HEX #F96008 Safety Orange

📋 copy color: '#F96008'

red 249 ◦ green 96 ◦ blue 8

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

Shades of Safety Orange #F96008

Tints of Safety Orange #F96008

RGB

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

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

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

R = 70.54%
G = 27.2%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F96008 (or 0xF96008) is known color: Safety Orange. HEX triplet: F9, 60 and 08. RGB value is (249,96,8). Sum of RGB (Red+Green+Blue) = 249+96+8=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F96008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96008 is #069FF7. Grayscale: #848484. Windows color (decimal): -434168 or 549113. OLE color: 549113.

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

Color convert

RGB 249 96 8 -
CMYK 0 0.61 0.97 0.02
HSL 21.91º 0.95% 0.5% -
HSV(B) 21.91º 0.97% 0.98% -
XYZ 43.29 28.52 3.45 -
YUV 131.72 58.19 211.66 -
System Red Green Blue C M Y K H S L
Decimal 249 96 8 0 0.61 0.97 0.02 21.91 0.95 0.5
Hex F9 60 8 0 3D 61 2 16 5F 32
Octal 371 140 10 0 75 141 2 26 137 62
Binary 11111001 1100000 1000 0 111101 1100001 10 10110 1011111 110010

Color Harmonies of #F96008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96008

Black with #F96008

Text Example


Text Example

White with #F96008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96008; }

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

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

background-color css

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

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

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

border-color css

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

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

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