Html Css Color HEX #F55519 International Orange
📋 copy color: '#F55519'red 245 ◦ green 85 ◦ blue 25
Shades of International Orange #F55519
Tints of International Orange #F55519
RGB
CMYK
RGB Variations
Color information
#F55519 (or 0xF55519) is known color: International Orange. HEX triplet: F5, 55 and 19. RGB value is (245,85,25). Sum of RGB (Red+Green+Blue) = 245+85+25=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55519 is #0AAAE6. Grayscale: #7E7E7E. Windows color (decimal): -699111 or 1660405. OLE color: 1660405.
HSL color Cylindrical-coordinate representation of color #F55519: hue angle of 16.36º 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 #F55519 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 25 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.04 |
| HSL | 16.36º | 0.92% | 0.53% | - |
| HSV(B) | 16.36º | 0.9% | 0.96% | - |
| XYZ | 41.08 | 25.98 | 3.77 | - |
| YUV | 126 | 71.01 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 25 | 0 | 0.65 | 0.90 | 0.04 | 16.36 | 0.92 | 0.53 |
| Hex | F5 | 55 | 19 | 0 | 41 | 5A | 4 | 10 | 5C | 35 |
| Octal | 365 | 125 | 31 | 0 | 101 | 132 | 4 | 20 | 134 | 65 |
| Binary | 11110101 | 1010101 | 11001 | 0 | 1000001 | 1011010 | 100 | 10000 | 1011100 | 110101 |
Color Harmonies of #F55519
Complementary color
Monochromatic Colors of #F55519
Black with #F55519
Text Example
Text Example
White with #F55519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55519; }
p { color: rgb(245,85,25); }
H1.HeaderClassName
{
color: #F55519;
}
.AnyTagClassName
{
color: #F55519;
}
</style>
background-color css
<style>
a { background-color: #F55519; }
a { background-color: rgb(245,85,25); }
div.DivClassName
{
background-color: #F55519;
}
.BgClassName
{
background-color: #F55519;
}
</style>
border-color css
<style>
span { border-color: #F55519; }
span { border-color: rgb(245,85,25); }
td.TdClassName
{
border-color: #F55519;
}
.TagClassName
{
border-color: #F55519;
}
</style>