Shades of Safety Orange #F75F0C
Tints of Safety Orange #F75F0C
RGB
CMYK
RGB Variations
Color information
#F75F0C (or 0xF75F0C) is known color: Safety Orange. HEX triplet: F7, 5F and 0C. RGB value is (247,95,12). Sum of RGB (Red+Green+Blue) = 247+95+12=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75F0C is #08A0F3. Grayscale: #838383. Windows color (decimal): -565492 or 810999. OLE color: 810999.
HSL color Cylindrical-coordinate representation of color #F75F0C: hue angle of 21.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F75F0C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.03 |
| HSL | 21.19º | 0.94% | 0.51% | - |
| HSV(B) | 21.19º | 0.95% | 0.97% | - |
| XYZ | 42.52 | 27.99 | 3.51 | - |
| YUV | 130.99 | 60.86 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 12 | 0 | 0.62 | 0.95 | 0.03 | 21.19 | 0.94 | 0.51 |
| Hex | F7 | 5F | C | 0 | 3E | 5F | 3 | 15 | 5E | 33 |
| Octal | 367 | 137 | 14 | 0 | 76 | 137 | 3 | 25 | 136 | 63 |
| Binary | 11110111 | 1011111 | 1100 | 0 | 111110 | 1011111 | 11 | 10101 | 1011110 | 110011 |
Color Harmonies of #F75F0C
Complementary color
Monochromatic Colors of #F75F0C
Black with #F75F0C
Text Example
Text Example
White with #F75F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75F0C; }
p { color: rgb(247,95,12); }
H1.HeaderClassName
{
color: #F75F0C;
}
.AnyTagClassName
{
color: #F75F0C;
}
</style>
background-color css
<style>
a { background-color: #F75F0C; }
a { background-color: rgb(247,95,12); }
div.DivClassName
{
background-color: #F75F0C;
}
.BgClassName
{
background-color: #F75F0C;
}
</style>
border-color css
<style>
span { border-color: #F75F0C; }
span { border-color: rgb(247,95,12); }
td.TdClassName
{
border-color: #F75F0C;
}
.TagClassName
{
border-color: #F75F0C;
}
</style>