Shades of Safety Orange #F95D0A
Tints of Safety Orange #F95D0A
RGB
CMYK
RGB Variations
Color information
#F95D0A (or 0xF95D0A) is known color: Safety Orange. HEX triplet: F9, 5D and 0A. RGB value is (249,93,10). Sum of RGB (Red+Green+Blue) = 249+93+10=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95D0A is #06A2F5. Grayscale: #828282. Windows color (decimal): -434934 or 679417. OLE color: 679417.
HSL color Cylindrical-coordinate representation of color #F95D0A: hue angle of 20.84º 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 #F95D0A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.02 |
| HSL | 20.84º | 0.95% | 0.51% | - |
| HSV(B) | 20.84º | 0.96% | 0.98% | - |
| XYZ | 43.04 | 27.99 | 3.42 | - |
| YUV | 130.18 | 60.18 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 10 | 0 | 0.63 | 0.96 | 0.02 | 20.84 | 0.95 | 0.51 |
| Hex | F9 | 5D | A | 0 | 3F | 60 | 2 | 15 | 5F | 33 |
| Octal | 371 | 135 | 12 | 0 | 77 | 140 | 2 | 25 | 137 | 63 |
| Binary | 11111001 | 1011101 | 1010 | 0 | 111111 | 1100000 | 10 | 10101 | 1011111 | 110011 |
Color Harmonies of #F95D0A
Complementary color
Monochromatic Colors of #F95D0A
Black with #F95D0A
Text Example
Text Example
White with #F95D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D0A; }
p { color: rgb(249,93,10); }
H1.HeaderClassName
{
color: #F95D0A;
}
.AnyTagClassName
{
color: #F95D0A;
}
</style>
background-color css
<style>
a { background-color: #F95D0A; }
a { background-color: rgb(249,93,10); }
div.DivClassName
{
background-color: #F95D0A;
}
.BgClassName
{
background-color: #F95D0A;
}
</style>
border-color css
<style>
span { border-color: #F95D0A; }
span { border-color: rgb(249,93,10); }
td.TdClassName
{
border-color: #F95D0A;
}
.TagClassName
{
border-color: #F95D0A;
}
</style>