Shades of Safety Orange #F36601
Tints of Safety Orange #F36601
RGB
CMYK
RGB Variations
Color information
#F36601 (or 0xF36601) is known color: Safety Orange. HEX triplet: F3, 66 and 01. RGB value is (243,102,1). Sum of RGB (Red+Green+Blue) = 243+102+1=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F36601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36601 is #0C99FE. Grayscale: #858585. Windows color (decimal): -825855 or 91891. OLE color: 91891.
HSL color Cylindrical-coordinate representation of color #F36601: hue angle of 25.04º 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 #F36601 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.05 |
| HSL | 25.04º | 0.99% | 0.48% | - |
| HSV(B) | 25.04º | 1% | 0.95% | - |
| XYZ | 41.72 | 28.56 | 3.34 | - |
| YUV | 132.65 | 53.71 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 1 | 0 | 0.58 | 1.00 | 0.05 | 25.04 | 0.99 | 0.48 |
| Hex | F3 | 66 | 1 | 0 | 3A | 64 | 5 | 19 | 63 | 30 |
| Octal | 363 | 146 | 1 | 0 | 72 | 144 | 5 | 31 | 143 | 60 |
| Binary | 11110011 | 1100110 | 1 | 0 | 111010 | 1100100 | 101 | 11001 | 1100011 | 110000 |
Color Harmonies of #F36601
Complementary color
Monochromatic Colors of #F36601
Black with #F36601
Text Example
Text Example
White with #F36601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36601; }
p { color: rgb(243,102,1); }
H1.HeaderClassName
{
color: #F36601;
}
.AnyTagClassName
{
color: #F36601;
}
</style>
background-color css
<style>
a { background-color: #F36601; }
a { background-color: rgb(243,102,1); }
div.DivClassName
{
background-color: #F36601;
}
.BgClassName
{
background-color: #F36601;
}
</style>
border-color css
<style>
span { border-color: #F36601; }
span { border-color: rgb(243,102,1); }
td.TdClassName
{
border-color: #F36601;
}
.TagClassName
{
border-color: #F36601;
}
</style>