Shades of Safety Orange #F56300
Tints of Safety Orange #F56300
RGB
CMYK
RGB Variations
Color information
#F56300 (or 0xF56300) is known color: Safety Orange. HEX triplet: F5, 63 and 00. RGB value is (245,99,0). Sum of RGB (Red+Green+Blue) = 245+99+0=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F56300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56300 is #0A9CFF. Grayscale: #838383. Windows color (decimal): -695552 or 25589. OLE color: 25589.
HSL color Cylindrical-coordinate representation of color #F56300: hue angle of 24.24º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F56300 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.04 |
| HSL | 24.24º | 1% | 0.48% | - |
| HSV(B) | 24.24º | 1% | 0.96% | - |
| XYZ | 42.12 | 28.34 | 3.25 | - |
| YUV | 131.37 | 53.87 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 0 | 0 | 0.60 | 1 | 0.04 | 24.24 | 1 | 0.48 |
| Hex | F5 | 63 | 0 | 0 | 3C | 64 | 4 | 18 | 64 | 30 |
| Octal | 365 | 143 | 0 | 0 | 74 | 144 | 4 | 30 | 144 | 60 |
| Binary | 11110101 | 1100011 | 0 | 0 | 111100 | 1100100 | 100 | 11000 | 1100100 | 110000 |
Color Harmonies of #F56300
Complementary color
Monochromatic Colors of #F56300
Black with #F56300
Text Example
Text Example
White with #F56300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56300; }
p { color: rgb(245,99,0); }
H1.HeaderClassName
{
color: #F56300;
}
.AnyTagClassName
{
color: #F56300;
}
</style>
background-color css
<style>
a { background-color: #F56300; }
a { background-color: rgb(245,99,0); }
div.DivClassName
{
background-color: #F56300;
}
.BgClassName
{
background-color: #F56300;
}
</style>
border-color css
<style>
span { border-color: #F56300; }
span { border-color: rgb(245,99,0); }
td.TdClassName
{
border-color: #F56300;
}
.TagClassName
{
border-color: #F56300;
}
</style>