Shades of International Orange #F55008
Tints of International Orange #F55008
RGB
CMYK
RGB Variations
Color information
#F55008 (or 0xF55008) is known color: International Orange. HEX triplet: F5, 50 and 08. RGB value is (245,80,8). Sum of RGB (Red+Green+Blue) = 245+80+8=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55008 is #0AAFF7. Grayscale: #797979. Windows color (decimal): -700408 or 545013. OLE color: 545013.
HSL color Cylindrical-coordinate representation of color #F55008: hue angle of 18.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55008 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.04 |
| HSL | 18.23º | 0.94% | 0.5% | - |
| HSV(B) | 18.23º | 0.97% | 0.96% | - |
| XYZ | 40.57 | 25.17 | 2.95 | - |
| YUV | 121.13 | 64.16 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 8 | 0 | 0.67 | 0.97 | 0.04 | 18.23 | 0.94 | 0.5 |
| Hex | F5 | 50 | 8 | 0 | 43 | 61 | 4 | 12 | 5E | 32 |
| Octal | 365 | 120 | 10 | 0 | 103 | 141 | 4 | 22 | 136 | 62 |
| Binary | 11110101 | 1010000 | 1000 | 0 | 1000011 | 1100001 | 100 | 10010 | 1011110 | 110010 |
Color Harmonies of #F55008
Complementary color
Monochromatic Colors of #F55008
Black with #F55008
Text Example
Text Example
White with #F55008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55008; }
p { color: rgb(245,80,8); }
H1.HeaderClassName
{
color: #F55008;
}
.AnyTagClassName
{
color: #F55008;
}
</style>
background-color css
<style>
a { background-color: #F55008; }
a { background-color: rgb(245,80,8); }
div.DivClassName
{
background-color: #F55008;
}
.BgClassName
{
background-color: #F55008;
}
</style>
border-color css
<style>
span { border-color: #F55008; }
span { border-color: rgb(245,80,8); }
td.TdClassName
{
border-color: #F55008;
}
.TagClassName
{
border-color: #F55008;
}
</style>