Shades of Safety Orange #F96605
Tints of Safety Orange #F96605
RGB
CMYK
RGB Variations
Color information
#F96605 (or 0xF96605) is known color: Safety Orange. HEX triplet: F9, 66 and 05. RGB value is (249,102,5). Sum of RGB (Red+Green+Blue) = 249+102+5=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F96605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96605 is #0699FA. Grayscale: #878787. Windows color (decimal): -432635 or 354041. OLE color: 354041.
HSL color Cylindrical-coordinate representation of color #F96605: hue angle of 23.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F96605 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.02 |
| HSL | 23.85º | 0.96% | 0.5% | - |
| HSV(B) | 23.85º | 0.98% | 0.98% | - |
| XYZ | 43.85 | 29.65 | 3.56 | - |
| YUV | 134.9 | 54.7 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 5 | 0 | 0.59 | 0.98 | 0.02 | 23.85 | 0.96 | 0.5 |
| Hex | F9 | 66 | 5 | 0 | 3B | 62 | 2 | 18 | 60 | 32 |
| Octal | 371 | 146 | 5 | 0 | 73 | 142 | 2 | 30 | 140 | 62 |
| Binary | 11111001 | 1100110 | 101 | 0 | 111011 | 1100010 | 10 | 11000 | 1100000 | 110010 |
Color Harmonies of #F96605
Complementary color
Monochromatic Colors of #F96605
Black with #F96605
Text Example
Text Example
White with #F96605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96605; }
p { color: rgb(249,102,5); }
H1.HeaderClassName
{
color: #F96605;
}
.AnyTagClassName
{
color: #F96605;
}
</style>
background-color css
<style>
a { background-color: #F96605; }
a { background-color: rgb(249,102,5); }
div.DivClassName
{
background-color: #F96605;
}
.BgClassName
{
background-color: #F96605;
}
</style>
border-color css
<style>
span { border-color: #F96605; }
span { border-color: rgb(249,102,5); }
td.TdClassName
{
border-color: #F96605;
}
.TagClassName
{
border-color: #F96605;
}
</style>