Shades of International Orange #F55104
Tints of International Orange #F55104
RGB
CMYK
RGB Variations
Color information
#F55104 (or 0xF55104) is known color: International Orange. HEX triplet: F5, 51 and 04. RGB value is (245,81,4). Sum of RGB (Red+Green+Blue) = 245+81+4=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F55104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55104 is #0AAEFB. Grayscale: #797979. Windows color (decimal): -700156 or 283125. OLE color: 283125.
HSL color Cylindrical-coordinate representation of color #F55104: hue angle of 19.17º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F55104 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.04 |
| HSL | 19.17º | 0.97% | 0.49% | - |
| HSV(B) | 19.17º | 0.98% | 0.96% | - |
| XYZ | 40.62 | 25.31 | 2.86 | - |
| YUV | 121.26 | 61.83 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 4 | 0 | 0.67 | 0.98 | 0.04 | 19.17 | 0.97 | 0.49 |
| Hex | F5 | 51 | 4 | 0 | 43 | 62 | 4 | 13 | 61 | 31 |
| Octal | 365 | 121 | 4 | 0 | 103 | 142 | 4 | 23 | 141 | 61 |
| Binary | 11110101 | 1010001 | 100 | 0 | 1000011 | 1100010 | 100 | 10011 | 1100001 | 110001 |
Color Harmonies of #F55104
Complementary color
Monochromatic Colors of #F55104
Black with #F55104
Text Example
Text Example
White with #F55104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55104; }
p { color: rgb(245,81,4); }
H1.HeaderClassName
{
color: #F55104;
}
.AnyTagClassName
{
color: #F55104;
}
</style>
background-color css
<style>
a { background-color: #F55104; }
a { background-color: rgb(245,81,4); }
div.DivClassName
{
background-color: #F55104;
}
.BgClassName
{
background-color: #F55104;
}
</style>
border-color css
<style>
span { border-color: #F55104; }
span { border-color: rgb(245,81,4); }
td.TdClassName
{
border-color: #F55104;
}
.TagClassName
{
border-color: #F55104;
}
</style>