Shades of Safety Orange #F36510
Tints of Safety Orange #F36510
RGB
CMYK
RGB Variations
Color information
#F36510 (or 0xF36510) is known color: Safety Orange. HEX triplet: F3, 65 and 10. RGB value is (243,101,16). Sum of RGB (Red+Green+Blue) = 243+101+16=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F36510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36510 is #0C9AEF. Grayscale: #868686. Windows color (decimal): -826096 or 1074675. OLE color: 1074675.
HSL color Cylindrical-coordinate representation of color #F36510: hue angle of 22.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F36510 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.05 |
| HSL | 22.47º | 0.9% | 0.51% | - |
| HSV(B) | 22.47º | 0.93% | 0.95% | - |
| XYZ | 41.71 | 28.4 | 3.77 | - |
| YUV | 133.77 | 61.54 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 16 | 0 | 0.58 | 0.93 | 0.05 | 22.47 | 0.9 | 0.51 |
| Hex | F3 | 65 | 10 | 0 | 3A | 5D | 5 | 16 | 5A | 33 |
| Octal | 363 | 145 | 20 | 0 | 72 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110011 | 1100101 | 10000 | 0 | 111010 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F36510
Complementary color
Monochromatic Colors of #F36510
Black with #F36510
Text Example
Text Example
White with #F36510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36510; }
p { color: rgb(243,101,16); }
H1.HeaderClassName
{
color: #F36510;
}
.AnyTagClassName
{
color: #F36510;
}
</style>
background-color css
<style>
a { background-color: #F36510; }
a { background-color: rgb(243,101,16); }
div.DivClassName
{
background-color: #F36510;
}
.BgClassName
{
background-color: #F36510;
}
</style>
border-color css
<style>
span { border-color: #F36510; }
span { border-color: rgb(243,101,16); }
td.TdClassName
{
border-color: #F36510;
}
.TagClassName
{
border-color: #F36510;
}
</style>