Shades of Safety Orange #F96802
Tints of Safety Orange #F96802
RGB
CMYK
RGB Variations
Color information
#F96802 (or 0xF96802) is known color: Safety Orange. HEX triplet: F9, 68 and 02. RGB value is (249,104,2). Sum of RGB (Red+Green+Blue) = 249+104+2=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F96802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96802 is #0697FD. Grayscale: #888888. Windows color (decimal): -432126 or 157945. OLE color: 157945.
HSL color Cylindrical-coordinate representation of color #F96802: hue angle of 24.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F96802 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.02 |
| HSL | 24.78º | 0.98% | 0.49% | - |
| HSV(B) | 24.78º | 0.99% | 0.98% | - |
| XYZ | 44.03 | 30.04 | 3.54 | - |
| YUV | 135.73 | 52.54 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 2 | 0 | 0.58 | 0.99 | 0.02 | 24.78 | 0.98 | 0.49 |
| Hex | F9 | 68 | 2 | 0 | 3A | 63 | 2 | 19 | 62 | 31 |
| Octal | 371 | 150 | 2 | 0 | 72 | 143 | 2 | 31 | 142 | 61 |
| Binary | 11111001 | 1101000 | 10 | 0 | 111010 | 1100011 | 10 | 11001 | 1100010 | 110001 |
Color Harmonies of #F96802
Complementary color
Monochromatic Colors of #F96802
Black with #F96802
Text Example
Text Example
White with #F96802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96802; }
p { color: rgb(249,104,2); }
H1.HeaderClassName
{
color: #F96802;
}
.AnyTagClassName
{
color: #F96802;
}
</style>
background-color css
<style>
a { background-color: #F96802; }
a { background-color: rgb(249,104,2); }
div.DivClassName
{
background-color: #F96802;
}
.BgClassName
{
background-color: #F96802;
}
</style>
border-color css
<style>
span { border-color: #F96802; }
span { border-color: rgb(249,104,2); }
td.TdClassName
{
border-color: #F96802;
}
.TagClassName
{
border-color: #F96802;
}
</style>