Shades of Safety Orange #F56103
Tints of Safety Orange #F56103
RGB
CMYK
RGB Variations
Color information
#F56103 (or 0xF56103) is known color: Safety Orange. HEX triplet: F5, 61 and 03. RGB value is (245,97,3). Sum of RGB (Red+Green+Blue) = 245+97+3=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F56103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56103 is #0A9EFC. Grayscale: #838383. Windows color (decimal): -696061 or 221685. OLE color: 221685.
HSL color Cylindrical-coordinate representation of color #F56103: hue angle of 23.31º 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 #F56103 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.04 |
| HSL | 23.31º | 0.98% | 0.49% | - |
| HSV(B) | 23.31º | 0.99% | 0.96% | - |
| XYZ | 41.95 | 27.97 | 3.27 | - |
| YUV | 130.54 | 56.03 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 3 | 0 | 0.60 | 0.99 | 0.04 | 23.31 | 0.98 | 0.49 |
| Hex | F5 | 61 | 3 | 0 | 3C | 63 | 4 | 17 | 62 | 31 |
| Octal | 365 | 141 | 3 | 0 | 74 | 143 | 4 | 27 | 142 | 61 |
| Binary | 11110101 | 1100001 | 11 | 0 | 111100 | 1100011 | 100 | 10111 | 1100010 | 110001 |
Color Harmonies of #F56103
Complementary color
Monochromatic Colors of #F56103
Black with #F56103
Text Example
Text Example
White with #F56103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56103; }
p { color: rgb(245,97,3); }
H1.HeaderClassName
{
color: #F56103;
}
.AnyTagClassName
{
color: #F56103;
}
</style>
background-color css
<style>
a { background-color: #F56103; }
a { background-color: rgb(245,97,3); }
div.DivClassName
{
background-color: #F56103;
}
.BgClassName
{
background-color: #F56103;
}
</style>
border-color css
<style>
span { border-color: #F56103; }
span { border-color: rgb(245,97,3); }
td.TdClassName
{
border-color: #F56103;
}
.TagClassName
{
border-color: #F56103;
}
</style>