Shades of Safety Orange #F65F0E
Tints of Safety Orange #F65F0E
RGB
CMYK
RGB Variations
Color information
#F65F0E (or 0xF65F0E) is known color: Safety Orange. HEX triplet: F6, 5F and 0E. RGB value is (246,95,14). Sum of RGB (Red+Green+Blue) = 246+95+14=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F0E is #09A0F1. Grayscale: #838383. Windows color (decimal): -631026 or 942070. OLE color: 942070.
HSL color Cylindrical-coordinate representation of color #F65F0E: hue angle of 20.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F65F0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.04 |
| HSL | 20.95º | 0.93% | 0.51% | - |
| HSV(B) | 20.95º | 0.94% | 0.96% | - |
| XYZ | 42.18 | 27.81 | 3.56 | - |
| YUV | 130.92 | 62.03 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 14 | 0 | 0.61 | 0.94 | 0.04 | 20.95 | 0.93 | 0.51 |
| Hex | F6 | 5F | E | 0 | 3D | 5E | 4 | 15 | 5D | 33 |
| Octal | 366 | 137 | 16 | 0 | 75 | 136 | 4 | 25 | 135 | 63 |
| Binary | 11110110 | 1011111 | 1110 | 0 | 111101 | 1011110 | 100 | 10101 | 1011101 | 110011 |
Color Harmonies of #F65F0E
Complementary color
Monochromatic Colors of #F65F0E
Black with #F65F0E
Text Example
Text Example
White with #F65F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F0E; }
p { color: rgb(246,95,14); }
H1.HeaderClassName
{
color: #F65F0E;
}
.AnyTagClassName
{
color: #F65F0E;
}
</style>
background-color css
<style>
a { background-color: #F65F0E; }
a { background-color: rgb(246,95,14); }
div.DivClassName
{
background-color: #F65F0E;
}
.BgClassName
{
background-color: #F65F0E;
}
</style>
border-color css
<style>
span { border-color: #F65F0E; }
span { border-color: rgb(246,95,14); }
td.TdClassName
{
border-color: #F65F0E;
}
.TagClassName
{
border-color: #F65F0E;
}
</style>