Shades of Safety Orange #F56203
Tints of Safety Orange #F56203
RGB
CMYK
RGB Variations
Color information
#F56203 (or 0xF56203) is known color: Safety Orange. HEX triplet: F5, 62 and 03. RGB value is (245,98,3). Sum of RGB (Red+Green+Blue) = 245+98+3=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F56203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56203 is #0A9DFC. Grayscale: #838383. Windows color (decimal): -695805 or 221941. OLE color: 221941.
HSL color Cylindrical-coordinate representation of color #F56203: hue angle of 23.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F56203 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 3 | - |
| CMYK | 0 | 0.6 | 0.99 | 0.04 |
| HSL | 23.55º | 0.98% | 0.49% | - |
| HSV(B) | 23.55º | 0.99% | 0.96% | - |
| XYZ | 42.04 | 28.15 | 3.3 | - |
| YUV | 131.12 | 55.7 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 3 | 0 | 0.6 | 0.99 | 0.04 | 23.55 | 0.98 | 0.49 |
| Hex | F5 | 62 | 3 | 0 | 3C | 63 | 4 | 18 | 62 | 31 |
| Octal | 365 | 142 | 3 | 0 | 74 | 143 | 4 | 30 | 142 | 61 |
| Binary | 11110101 | 1100010 | 11 | 0 | 111100 | 1100011 | 100 | 11000 | 1100010 | 110001 |
Color Harmonies of #F56203
Complementary color
Monochromatic Colors of #F56203
Black with #F56203
Text Example
Text Example
White with #F56203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56203; }
p { color: rgb(245,98,3); }
H1.HeaderClassName
{
color: #F56203;
}
.AnyTagClassName
{
color: #F56203;
}
</style>
background-color css
<style>
a { background-color: #F56203; }
a { background-color: rgb(245,98,3); }
div.DivClassName
{
background-color: #F56203;
}
.BgClassName
{
background-color: #F56203;
}
</style>
border-color css
<style>
span { border-color: #F56203; }
span { border-color: rgb(245,98,3); }
td.TdClassName
{
border-color: #F56203;
}
.TagClassName
{
border-color: #F56203;
}
</style>