Shades of Safety Orange #F36901
Tints of Safety Orange #F36901
RGB
CMYK
RGB Variations
Color information
#F36901 (or 0xF36901) is known color: Safety Orange. HEX triplet: F3, 69 and 01. RGB value is (243,105,1). Sum of RGB (Red+Green+Blue) = 243+105+1=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F36901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36901 is #0C96FE. Grayscale: #868686. Windows color (decimal): -825087 or 92659. OLE color: 92659.
HSL color Cylindrical-coordinate representation of color #F36901: hue angle of 25.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F36901 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.05 |
| HSL | 25.79º | 0.99% | 0.48% | - |
| HSV(B) | 25.79º | 1% | 0.95% | - |
| XYZ | 42.02 | 29.16 | 3.44 | - |
| YUV | 134.41 | 52.72 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 1 | 0 | 0.57 | 1.00 | 0.05 | 25.79 | 0.99 | 0.48 |
| Hex | F3 | 69 | 1 | 0 | 39 | 64 | 5 | 1A | 63 | 30 |
| Octal | 363 | 151 | 1 | 0 | 71 | 144 | 5 | 32 | 143 | 60 |
| Binary | 11110011 | 1101001 | 1 | 0 | 111001 | 1100100 | 101 | 11010 | 1100011 | 110000 |
Color Harmonies of #F36901
Complementary color
Monochromatic Colors of #F36901
Black with #F36901
Text Example
Text Example
White with #F36901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36901; }
p { color: rgb(243,105,1); }
H1.HeaderClassName
{
color: #F36901;
}
.AnyTagClassName
{
color: #F36901;
}
</style>
background-color css
<style>
a { background-color: #F36901; }
a { background-color: rgb(243,105,1); }
div.DivClassName
{
background-color: #F36901;
}
.BgClassName
{
background-color: #F36901;
}
</style>
border-color css
<style>
span { border-color: #F36901; }
span { border-color: rgb(243,105,1); }
td.TdClassName
{
border-color: #F36901;
}
.TagClassName
{
border-color: #F36901;
}
</style>