Shades of Safety Orange #F36A00
Tints of Safety Orange #F36A00
RGB
CMYK
RGB Variations
Color information
#F36A00 (or 0xF36A00) is known color: Safety Orange. HEX triplet: F3, 6A and 00. RGB value is (243,106,0). Sum of RGB (Red+Green+Blue) = 243+106+0=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36A00 is #0C95FF. Grayscale: #878787. Windows color (decimal): -824832 or 27379. OLE color: 27379.
HSL color Cylindrical-coordinate representation of color #F36A00: hue angle of 26.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F36A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.05 |
| HSL | 26.17º | 1% | 0.48% | - |
| HSV(B) | 26.17º | 1% | 0.95% | - |
| XYZ | 42.12 | 29.36 | 3.45 | - |
| YUV | 134.88 | 51.89 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 0 | 0 | 0.56 | 1 | 0.05 | 26.17 | 1 | 0.48 |
| Hex | F3 | 6A | 0 | 0 | 38 | 64 | 5 | 1A | 64 | 30 |
| Octal | 363 | 152 | 0 | 0 | 70 | 144 | 5 | 32 | 144 | 60 |
| Binary | 11110011 | 1101010 | 0 | 0 | 111000 | 1100100 | 101 | 11010 | 1100100 | 110000 |
Color Harmonies of #F36A00
Complementary color
Monochromatic Colors of #F36A00
Black with #F36A00
Text Example
Text Example
White with #F36A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A00; }
p { color: rgb(243,106,0); }
H1.HeaderClassName
{
color: #F36A00;
}
.AnyTagClassName
{
color: #F36A00;
}
</style>
background-color css
<style>
a { background-color: #F36A00; }
a { background-color: rgb(243,106,0); }
div.DivClassName
{
background-color: #F36A00;
}
.BgClassName
{
background-color: #F36A00;
}
</style>
border-color css
<style>
span { border-color: #F36A00; }
span { border-color: rgb(243,106,0); }
td.TdClassName
{
border-color: #F36A00;
}
.TagClassName
{
border-color: #F36A00;
}
</style>