Html Css Color HEX #F96908 Safety Orange

📋 copy color: '#F96908'

red 249 ◦ green 105 ◦ blue 8

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

Shades of Safety Orange #F96908

Tints of Safety Orange #F96908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 68.78%
G = 29.01%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F96908 (or 0xF96908) is known color: Safety Orange. HEX triplet: F9, 69 and 08. RGB value is (249,105,8). Sum of RGB (Red+Green+Blue) = 249+105+8=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F96908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96908 is #0696F7. Grayscale: #898989. Windows color (decimal): -431864 or 551417. OLE color: 551417.

HSL color Cylindrical-coordinate representation of color #F96908: hue angle of 24.15º 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 #F96908 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 8 -
CMYK 0 0.58 0.97 0.02
HSL 24.15º 0.95% 0.5% -
HSV(B) 24.15º 0.97% 0.98% -
XYZ 44.16 30.26 3.74 -
YUV 137 55.21 207.89 -
System Red Green Blue C M Y K H S L
Decimal 249 105 8 0 0.58 0.97 0.02 24.15 0.95 0.5
Hex F9 69 8 0 3A 61 2 18 5F 32
Octal 371 151 10 0 72 141 2 30 137 62
Binary 11111001 1101001 1000 0 111010 1100001 10 11000 1011111 110010

Color Harmonies of #F96908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96908

Black with #F96908

Text Example


Text Example

White with #F96908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96908; }

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

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

background-color css

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

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

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

border-color css

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

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

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