Shades of Safety Orange #F56403
Tints of Safety Orange #F56403
RGB
CMYK
RGB Variations
Color information
#F56403 (or 0xF56403) is known color: Safety Orange. HEX triplet: F5, 64 and 03. RGB value is (245,100,3). Sum of RGB (Red+Green+Blue) = 245+100+3=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F56403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56403 is #0A9BFC. Grayscale: #848484. Windows color (decimal): -695293 or 222453. OLE color: 222453.
HSL color Cylindrical-coordinate representation of color #F56403: hue angle of 24.05º 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 #F56403 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.04 |
| HSL | 24.05º | 0.98% | 0.49% | - |
| HSV(B) | 24.05º | 0.99% | 0.96% | - |
| XYZ | 42.23 | 28.53 | 3.37 | - |
| YUV | 132.3 | 55.04 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 3 | 0 | 0.59 | 0.99 | 0.04 | 24.05 | 0.98 | 0.49 |
| Hex | F5 | 64 | 3 | 0 | 3B | 63 | 4 | 18 | 62 | 31 |
| Octal | 365 | 144 | 3 | 0 | 73 | 143 | 4 | 30 | 142 | 61 |
| Binary | 11110101 | 1100100 | 11 | 0 | 111011 | 1100011 | 100 | 11000 | 1100010 | 110001 |
Color Harmonies of #F56403
Complementary color
Monochromatic Colors of #F56403
Black with #F56403
Text Example
Text Example
White with #F56403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56403; }
p { color: rgb(245,100,3); }
H1.HeaderClassName
{
color: #F56403;
}
.AnyTagClassName
{
color: #F56403;
}
</style>
background-color css
<style>
a { background-color: #F56403; }
a { background-color: rgb(245,100,3); }
div.DivClassName
{
background-color: #F56403;
}
.BgClassName
{
background-color: #F56403;
}
</style>
border-color css
<style>
span { border-color: #F56403; }
span { border-color: rgb(245,100,3); }
td.TdClassName
{
border-color: #F56403;
}
.TagClassName
{
border-color: #F56403;
}
</style>