Shades of Safety Orange #F96F0B
Tints of Safety Orange #F96F0B
RGB
CMYK
RGB Variations
Color information
#F96F0B (or 0xF96F0B) is known color: Safety Orange. HEX triplet: F9, 6F and 0B. RGB value is (249,111,11). Sum of RGB (Red+Green+Blue) = 249+111+11=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F0B is #0690F4. Grayscale: #8D8D8D. Windows color (decimal): -430325 or 749561. OLE color: 749561.
HSL color Cylindrical-coordinate representation of color #F96F0B: hue angle of 25.21º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F96F0B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.02 |
| HSL | 25.21º | 0.95% | 0.51% | - |
| HSV(B) | 25.21º | 0.96% | 0.98% | - |
| XYZ | 44.81 | 31.53 | 4.04 | - |
| YUV | 140.86 | 54.72 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 11 | 0 | 0.55 | 0.96 | 0.02 | 25.21 | 0.95 | 0.51 |
| Hex | F9 | 6F | B | 0 | 37 | 60 | 2 | 19 | 5F | 33 |
| Octal | 371 | 157 | 13 | 0 | 67 | 140 | 2 | 31 | 137 | 63 |
| Binary | 11111001 | 1101111 | 1011 | 0 | 110111 | 1100000 | 10 | 11001 | 1011111 | 110011 |
Color Harmonies of #F96F0B
Complementary color
Monochromatic Colors of #F96F0B
Black with #F96F0B
Text Example
Text Example
White with #F96F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F0B; }
p { color: rgb(249,111,11); }
H1.HeaderClassName
{
color: #F96F0B;
}
.AnyTagClassName
{
color: #F96F0B;
}
</style>
background-color css
<style>
a { background-color: #F96F0B; }
a { background-color: rgb(249,111,11); }
div.DivClassName
{
background-color: #F96F0B;
}
.BgClassName
{
background-color: #F96F0B;
}
</style>
border-color css
<style>
span { border-color: #F96F0B; }
span { border-color: rgb(249,111,11); }
td.TdClassName
{
border-color: #F96F0B;
}
.TagClassName
{
border-color: #F96F0B;
}
</style>