Shades of Safety Orange #F36502
Tints of Safety Orange #F36502
RGB
CMYK
RGB Variations
Color information
#F36502 (or 0xF36502) is known color: Safety Orange. HEX triplet: F3, 65 and 02. RGB value is (243,101,2). Sum of RGB (Red+Green+Blue) = 243+101+2=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F36502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36502 is #0C9AFD. Grayscale: #848484. Windows color (decimal): -826110 or 157171. OLE color: 157171.
HSL color Cylindrical-coordinate representation of color #F36502: hue angle of 24.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F36502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.05 |
| HSL | 24.65º | 0.98% | 0.48% | - |
| HSV(B) | 24.65º | 0.99% | 0.95% | - |
| XYZ | 41.63 | 28.37 | 3.34 | - |
| YUV | 132.17 | 54.54 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 2 | 0 | 0.58 | 0.99 | 0.05 | 24.65 | 0.98 | 0.48 |
| Hex | F3 | 65 | 2 | 0 | 3A | 63 | 5 | 19 | 62 | 30 |
| Octal | 363 | 145 | 2 | 0 | 72 | 143 | 5 | 31 | 142 | 60 |
| Binary | 11110011 | 1100101 | 10 | 0 | 111010 | 1100011 | 101 | 11001 | 1100010 | 110000 |
Color Harmonies of #F36502
Complementary color
Monochromatic Colors of #F36502
Black with #F36502
Text Example
Text Example
White with #F36502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36502; }
p { color: rgb(243,101,2); }
H1.HeaderClassName
{
color: #F36502;
}
.AnyTagClassName
{
color: #F36502;
}
</style>
background-color css
<style>
a { background-color: #F36502; }
a { background-color: rgb(243,101,2); }
div.DivClassName
{
background-color: #F36502;
}
.BgClassName
{
background-color: #F36502;
}
</style>
border-color css
<style>
span { border-color: #F36502; }
span { border-color: rgb(243,101,2); }
td.TdClassName
{
border-color: #F36502;
}
.TagClassName
{
border-color: #F36502;
}
</style>