Shades of Safety Orange #F75F0A
Tints of Safety Orange #F75F0A
RGB
CMYK
RGB Variations
Color information
#F75F0A (or 0xF75F0A) is known color: Safety Orange. HEX triplet: F7, 5F and 0A. RGB value is (247,95,10). Sum of RGB (Red+Green+Blue) = 247+95+10=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75F0A is #08A0F5. Grayscale: #838383. Windows color (decimal): -565494 or 679927. OLE color: 679927.
HSL color Cylindrical-coordinate representation of color #F75F0A: hue angle of 21.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F75F0A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.03 |
| HSL | 21.52º | 0.94% | 0.5% | - |
| HSV(B) | 21.52º | 0.96% | 0.97% | - |
| XYZ | 42.5 | 27.98 | 3.45 | - |
| YUV | 130.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 10 | 0 | 0.62 | 0.96 | 0.03 | 21.52 | 0.94 | 0.5 |
| Hex | F7 | 5F | A | 0 | 3E | 60 | 3 | 16 | 5E | 32 |
| Octal | 367 | 137 | 12 | 0 | 76 | 140 | 3 | 26 | 136 | 62 |
| Binary | 11110111 | 1011111 | 1010 | 0 | 111110 | 1100000 | 11 | 10110 | 1011110 | 110010 |
Color Harmonies of #F75F0A
Complementary color
Monochromatic Colors of #F75F0A
Black with #F75F0A
Text Example
Text Example
White with #F75F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75F0A; }
p { color: rgb(247,95,10); }
H1.HeaderClassName
{
color: #F75F0A;
}
.AnyTagClassName
{
color: #F75F0A;
}
</style>
background-color css
<style>
a { background-color: #F75F0A; }
a { background-color: rgb(247,95,10); }
div.DivClassName
{
background-color: #F75F0A;
}
.BgClassName
{
background-color: #F75F0A;
}
</style>
border-color css
<style>
span { border-color: #F75F0A; }
span { border-color: rgb(247,95,10); }
td.TdClassName
{
border-color: #F75F0A;
}
.TagClassName
{
border-color: #F75F0A;
}
</style>