Shades of Safety Orange #F96C08
Tints of Safety Orange #F96C08
RGB
CMYK
RGB Variations
Color information
#F96C08 (or 0xF96C08) is known color: Safety Orange. HEX triplet: F9, 6C and 08. RGB value is (249,108,8). Sum of RGB (Red+Green+Blue) = 249+108+8=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C08 is #0693F7. Grayscale: #8B8B8B. Windows color (decimal): -431096 or 552185. OLE color: 552185.
HSL color Cylindrical-coordinate representation of color #F96C08: hue angle of 24.9º 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 #F96C08 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.02 |
| HSL | 24.9º | 0.95% | 0.5% | - |
| HSV(B) | 24.9º | 0.97% | 0.98% | - |
| XYZ | 44.47 | 30.88 | 3.85 | - |
| YUV | 138.76 | 54.21 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 8 | 0 | 0.57 | 0.97 | 0.02 | 24.9 | 0.95 | 0.5 |
| Hex | F9 | 6C | 8 | 0 | 39 | 61 | 2 | 19 | 5F | 32 |
| Octal | 371 | 154 | 10 | 0 | 71 | 141 | 2 | 31 | 137 | 62 |
| Binary | 11111001 | 1101100 | 1000 | 0 | 111001 | 1100001 | 10 | 11001 | 1011111 | 110010 |
Color Harmonies of #F96C08
Complementary color
Monochromatic Colors of #F96C08
Black with #F96C08
Text Example
Text Example
White with #F96C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C08; }
p { color: rgb(249,108,8); }
H1.HeaderClassName
{
color: #F96C08;
}
.AnyTagClassName
{
color: #F96C08;
}
</style>
background-color css
<style>
a { background-color: #F96C08; }
a { background-color: rgb(249,108,8); }
div.DivClassName
{
background-color: #F96C08;
}
.BgClassName
{
background-color: #F96C08;
}
</style>
border-color css
<style>
span { border-color: #F96C08; }
span { border-color: rgb(249,108,8); }
td.TdClassName
{
border-color: #F96C08;
}
.TagClassName
{
border-color: #F96C08;
}
</style>