Shades of Safety Orange #F56A03
Tints of Safety Orange #F56A03
RGB
CMYK
RGB Variations
Color information
#F56A03 (or 0xF56A03) is known color: Safety Orange. HEX triplet: F5, 6A and 03. RGB value is (245,106,3). Sum of RGB (Red+Green+Blue) = 245+106+3=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56A03 is #0A95FC. Grayscale: #888888. Windows color (decimal): -693757 or 223989. OLE color: 223989.
HSL color Cylindrical-coordinate representation of color #F56A03: hue angle of 25.54º 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 #F56A03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.04 |
| HSL | 25.54º | 0.98% | 0.49% | - |
| HSV(B) | 25.54º | 0.99% | 0.96% | - |
| XYZ | 42.83 | 29.73 | 3.57 | - |
| YUV | 135.82 | 53.05 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 3 | 0 | 0.57 | 0.99 | 0.04 | 25.54 | 0.98 | 0.49 |
| Hex | F5 | 6A | 3 | 0 | 39 | 63 | 4 | 1A | 62 | 31 |
| Octal | 365 | 152 | 3 | 0 | 71 | 143 | 4 | 32 | 142 | 61 |
| Binary | 11110101 | 1101010 | 11 | 0 | 111001 | 1100011 | 100 | 11010 | 1100010 | 110001 |
Color Harmonies of #F56A03
Complementary color
Monochromatic Colors of #F56A03
Black with #F56A03
Text Example
Text Example
White with #F56A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A03; }
p { color: rgb(245,106,3); }
H1.HeaderClassName
{
color: #F56A03;
}
.AnyTagClassName
{
color: #F56A03;
}
</style>
background-color css
<style>
a { background-color: #F56A03; }
a { background-color: rgb(245,106,3); }
div.DivClassName
{
background-color: #F56A03;
}
.BgClassName
{
background-color: #F56A03;
}
</style>
border-color css
<style>
span { border-color: #F56A03; }
span { border-color: rgb(245,106,3); }
td.TdClassName
{
border-color: #F56A03;
}
.TagClassName
{
border-color: #F56A03;
}
</style>