Html Css Color HEX #F96211 Safety Orange

📋 copy color: '#F96211'

red 249 ◦ green 98 ◦ blue 17

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

Shades of Safety Orange #F96211

Tints of Safety Orange #F96211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.67%

R = 68.41%
G = 26.92%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F96211 (or 0xF96211) is known color: Safety Orange. HEX triplet: F9, 62 and 11. RGB value is (249,98,17). Sum of RGB (Red+Green+Blue) = 249+98+17=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F96211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96211 is #069DEE. Grayscale: #868686. Windows color (decimal): -433647 or 1139449. OLE color: 1139449.

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

Color convert

RGB 249 98 17 -
CMYK 0 0.61 0.93 0.02
HSL 20.95º 0.95% 0.52% -
HSV(B) 20.95º 0.93% 0.98% -
XYZ 43.54 28.92 3.82 -
YUV 133.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 249 98 17 0 0.61 0.93 0.02 20.95 0.95 0.52
Hex F9 62 11 0 3D 5D 2 15 5F 34
Octal 371 142 21 0 75 135 2 25 137 64
Binary 11111001 1100010 10001 0 111101 1011101 10 10101 1011111 110100

Color Harmonies of #F96211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96211

Black with #F96211

Text Example


Text Example

White with #F96211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96211; }

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

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

background-color css

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

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

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

border-color css

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

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

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