Shades of International Orange #F55103
Tints of International Orange #F55103
RGB
CMYK
RGB Variations
Color information
#F55103 (or 0xF55103) is known color: International Orange. HEX triplet: F5, 51 and 03. RGB value is (245,81,3). Sum of RGB (Red+Green+Blue) = 245+81+3=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F55103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55103 is #0AAEFC. Grayscale: #797979. Windows color (decimal): -700157 or 217589. OLE color: 217589.
HSL color Cylindrical-coordinate representation of color #F55103: hue angle of 19.34º 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 #F55103 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.04 |
| HSL | 19.34º | 0.98% | 0.49% | - |
| HSV(B) | 19.34º | 0.99% | 0.96% | - |
| XYZ | 40.62 | 25.3 | 2.83 | - |
| YUV | 121.14 | 61.33 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 3 | 0 | 0.67 | 0.99 | 0.04 | 19.34 | 0.98 | 0.49 |
| Hex | F5 | 51 | 3 | 0 | 43 | 63 | 4 | 13 | 62 | 31 |
| Octal | 365 | 121 | 3 | 0 | 103 | 143 | 4 | 23 | 142 | 61 |
| Binary | 11110101 | 1010001 | 11 | 0 | 1000011 | 1100011 | 100 | 10011 | 1100010 | 110001 |
Color Harmonies of #F55103
Complementary color
Monochromatic Colors of #F55103
Black with #F55103
Text Example
Text Example
White with #F55103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55103; }
p { color: rgb(245,81,3); }
H1.HeaderClassName
{
color: #F55103;
}
.AnyTagClassName
{
color: #F55103;
}
</style>
background-color css
<style>
a { background-color: #F55103; }
a { background-color: rgb(245,81,3); }
div.DivClassName
{
background-color: #F55103;
}
.BgClassName
{
background-color: #F55103;
}
</style>
border-color css
<style>
span { border-color: #F55103; }
span { border-color: rgb(245,81,3); }
td.TdClassName
{
border-color: #F55103;
}
.TagClassName
{
border-color: #F55103;
}
</style>