Shades of International Orange #F55000
Tints of International Orange #F55000
RGB
CMYK
RGB Variations
Color information
#F55000 (or 0xF55000) is known color: International Orange. HEX triplet: F5, 50 and 00. RGB value is (245,80,0). Sum of RGB (Red+Green+Blue) = 245+80+0=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F55000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55000 is #0AAFFF. Grayscale: #787878. Windows color (decimal): -700416 or 20725. OLE color: 20725.
HSL color Cylindrical-coordinate representation of color #F55000: hue angle of 19.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F55000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.04 |
| HSL | 19.59º | 1% | 0.48% | - |
| HSV(B) | 19.59º | 1% | 0.96% | - |
| XYZ | 40.52 | 25.15 | 2.72 | - |
| YUV | 120.22 | 60.16 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 0 | 0 | 0.67 | 1 | 0.04 | 19.59 | 1 | 0.48 |
| Hex | F5 | 50 | 0 | 0 | 43 | 64 | 4 | 14 | 64 | 30 |
| Octal | 365 | 120 | 0 | 0 | 103 | 144 | 4 | 24 | 144 | 60 |
| Binary | 11110101 | 1010000 | 0 | 0 | 1000011 | 1100100 | 100 | 10100 | 1100100 | 110000 |
Color Harmonies of #F55000
Complementary color
Monochromatic Colors of #F55000
Black with #F55000
Text Example
Text Example
White with #F55000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55000; }
p { color: rgb(245,80,0); }
H1.HeaderClassName
{
color: #F55000;
}
.AnyTagClassName
{
color: #F55000;
}
</style>
background-color css
<style>
a { background-color: #F55000; }
a { background-color: rgb(245,80,0); }
div.DivClassName
{
background-color: #F55000;
}
.BgClassName
{
background-color: #F55000;
}
</style>
border-color css
<style>
span { border-color: #F55000; }
span { border-color: rgb(245,80,0); }
td.TdClassName
{
border-color: #F55000;
}
.TagClassName
{
border-color: #F55000;
}
</style>