Shades of Safety Orange #F36410
Tints of Safety Orange #F36410
RGB
CMYK
RGB Variations
Color information
#F36410 (or 0xF36410) is known color: Safety Orange. HEX triplet: F3, 64 and 10. RGB value is (243,100,16). Sum of RGB (Red+Green+Blue) = 243+100+16=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F36410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36410 is #0C9BEF. Grayscale: #858585. Windows color (decimal): -826352 or 1074419. OLE color: 1074419.
HSL color Cylindrical-coordinate representation of color #F36410: hue angle of 22.2º 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 #F36410 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.05 |
| HSL | 22.2º | 0.9% | 0.51% | - |
| HSV(B) | 22.2º | 0.93% | 0.95% | - |
| XYZ | 41.61 | 28.21 | 3.74 | - |
| YUV | 133.18 | 61.88 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 16 | 0 | 0.59 | 0.93 | 0.05 | 22.2 | 0.9 | 0.51 |
| Hex | F3 | 64 | 10 | 0 | 3B | 5D | 5 | 16 | 5A | 33 |
| Octal | 363 | 144 | 20 | 0 | 73 | 135 | 5 | 26 | 132 | 63 |
| Binary | 11110011 | 1100100 | 10000 | 0 | 111011 | 1011101 | 101 | 10110 | 1011010 | 110011 |
Color Harmonies of #F36410
Complementary color
Monochromatic Colors of #F36410
Black with #F36410
Text Example
Text Example
White with #F36410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36410; }
p { color: rgb(243,100,16); }
H1.HeaderClassName
{
color: #F36410;
}
.AnyTagClassName
{
color: #F36410;
}
</style>
background-color css
<style>
a { background-color: #F36410; }
a { background-color: rgb(243,100,16); }
div.DivClassName
{
background-color: #F36410;
}
.BgClassName
{
background-color: #F36410;
}
</style>
border-color css
<style>
span { border-color: #F36410; }
span { border-color: rgb(243,100,16); }
td.TdClassName
{
border-color: #F36410;
}
.TagClassName
{
border-color: #F36410;
}
</style>