Shades of Safety Orange #F65F0B
Tints of Safety Orange #F65F0B
RGB
CMYK
RGB Variations
Color information
#F65F0B (or 0xF65F0B) is known color: Safety Orange. HEX triplet: F6, 5F and 0B. RGB value is (246,95,11). Sum of RGB (Red+Green+Blue) = 246+95+11=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F0B is #09A0F4. Grayscale: #838383. Windows color (decimal): -631029 or 745462. OLE color: 745462.
HSL color Cylindrical-coordinate representation of color #F65F0B: hue angle of 21.45º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F65F0B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 11 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.04 |
| HSL | 21.45º | 0.93% | 0.5% | - |
| HSV(B) | 21.45º | 0.96% | 0.96% | - |
| XYZ | 42.16 | 27.8 | 3.46 | - |
| YUV | 130.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 11 | 0 | 0.61 | 0.96 | 0.04 | 21.45 | 0.93 | 0.5 |
| Hex | F6 | 5F | B | 0 | 3D | 60 | 4 | 15 | 5D | 32 |
| Octal | 366 | 137 | 13 | 0 | 75 | 140 | 4 | 25 | 135 | 62 |
| Binary | 11110110 | 1011111 | 1011 | 0 | 111101 | 1100000 | 100 | 10101 | 1011101 | 110010 |
Color Harmonies of #F65F0B
Complementary color
Monochromatic Colors of #F65F0B
Black with #F65F0B
Text Example
Text Example
White with #F65F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F0B; }
p { color: rgb(246,95,11); }
H1.HeaderClassName
{
color: #F65F0B;
}
.AnyTagClassName
{
color: #F65F0B;
}
</style>
background-color css
<style>
a { background-color: #F65F0B; }
a { background-color: rgb(246,95,11); }
div.DivClassName
{
background-color: #F65F0B;
}
.BgClassName
{
background-color: #F65F0B;
}
</style>
border-color css
<style>
span { border-color: #F65F0B; }
span { border-color: rgb(246,95,11); }
td.TdClassName
{
border-color: #F65F0B;
}
.TagClassName
{
border-color: #F65F0B;
}
</style>