Html Css Color HEX #F96A08 Safety Orange

📋 copy color: '#F96A08'

red 249 ◦ green 106 ◦ blue 8

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

Shades of Safety Orange #F96A08

Tints of Safety Orange #F96A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 68.6%
G = 29.2%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F96A08 (or 0xF96A08) is known color: Safety Orange. HEX triplet: F9, 6A and 08. RGB value is (249,106,8). Sum of RGB (Red+Green+Blue) = 249+106+8=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A08 is #0695F7. Grayscale: #8A8A8A. Windows color (decimal): -431608 or 551673. OLE color: 551673.

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

Color convert

RGB 249 106 8 -
CMYK 0 0.57 0.97 0.02
HSL 24.4º 0.95% 0.5% -
HSV(B) 24.4º 0.97% 0.98% -
XYZ 44.26 30.47 3.78 -
YUV 137.59 54.88 207.47 -
System Red Green Blue C M Y K H S L
Decimal 249 106 8 0 0.57 0.97 0.02 24.4 0.95 0.5
Hex F9 6A 8 0 39 61 2 18 5F 32
Octal 371 152 10 0 71 141 2 30 137 62
Binary 11111001 1101010 1000 0 111001 1100001 10 11000 1011111 110010

Color Harmonies of #F96A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A08

Black with #F96A08

Text Example


Text Example

White with #F96A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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