Html Css Color HEX #F55119 International Orange
📋 copy color: '#F55119'red 245 ◦ green 81 ◦ blue 25
Shades of International Orange #F55119
Tints of International Orange #F55119
RGB
CMYK
RGB Variations
Color information
#F55119 (or 0xF55119) is known color: International Orange. HEX triplet: F5, 51 and 19. RGB value is (245,81,25). Sum of RGB (Red+Green+Blue) = 245+81+25=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55119 is #0AAEE6. Grayscale: #7C7C7C. Windows color (decimal): -700135 or 1659381. OLE color: 1659381.
HSL color Cylindrical-coordinate representation of color #F55119: hue angle of 15.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55119 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.04 |
| HSL | 15.27º | 0.92% | 0.53% | - |
| HSV(B) | 15.27º | 0.9% | 0.96% | - |
| XYZ | 40.77 | 25.37 | 3.67 | - |
| YUV | 123.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 25 | 0 | 0.67 | 0.90 | 0.04 | 15.27 | 0.92 | 0.53 |
| Hex | F5 | 51 | 19 | 0 | 43 | 5A | 4 | F | 5C | 35 |
| Octal | 365 | 121 | 31 | 0 | 103 | 132 | 4 | 17 | 134 | 65 |
| Binary | 11110101 | 1010001 | 11001 | 0 | 1000011 | 1011010 | 100 | 1111 | 1011100 | 110101 |
Color Harmonies of #F55119
Complementary color
Monochromatic Colors of #F55119
Black with #F55119
Text Example
Text Example
White with #F55119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55119; }
p { color: rgb(245,81,25); }
H1.HeaderClassName
{
color: #F55119;
}
.AnyTagClassName
{
color: #F55119;
}
</style>
background-color css
<style>
a { background-color: #F55119; }
a { background-color: rgb(245,81,25); }
div.DivClassName
{
background-color: #F55119;
}
.BgClassName
{
background-color: #F55119;
}
</style>
border-color css
<style>
span { border-color: #F55119; }
span { border-color: rgb(245,81,25); }
td.TdClassName
{
border-color: #F55119;
}
.TagClassName
{
border-color: #F55119;
}
</style>