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