Html Css Color HEX #FF5519 International Orange
📋 copy color: '#FF5519'red 255 ◦ green 85 ◦ blue 25
Shades of International Orange #FF5519
Tints of International Orange #FF5519
RGB
CMYK
RGB Variations
Color information
#FF5519 (or 0xFF5519) is known color: International Orange. HEX triplet: FF, 55 and 19. RGB value is (255,85,25). Sum of RGB (Red+Green+Blue) = 255+85+25=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5519 is #00AAE6. Grayscale: #818181. Windows color (decimal): -43751 or 1660415. OLE color: 1660415.
HSL color Cylindrical-coordinate representation of color #FF5519: hue angle of 15.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF5519 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0 |
| HSL | 15.65º | 1% | 0.55% | - |
| HSV(B) | 15.65º | 0.9% | 1% | - |
| XYZ | 44.66 | 27.83 | 3.94 | - |
| YUV | 128.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 25 | 0 | 0.67 | 0.90 | 0 | 15.65 | 1 | 0.55 |
| Hex | FF | 55 | 19 | 0 | 43 | 5A | 0 | 10 | 64 | 37 |
| Octal | 377 | 125 | 31 | 0 | 103 | 132 | 0 | 20 | 144 | 67 |
| Binary | 11111111 | 1010101 | 11001 | 0 | 1000011 | 1011010 | 0 | 10000 | 1100100 | 110111 |
Color Harmonies of #FF5519
Complementary color
Monochromatic Colors of #FF5519
Black with #FF5519
Text Example
Text Example
White with #FF5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5519; }
p { color: rgb(255,85,25); }
H1.HeaderClassName
{
color: #FF5519;
}
.AnyTagClassName
{
color: #FF5519;
}
</style>
background-color css
<style>
a { background-color: #FF5519; }
a { background-color: rgb(255,85,25); }
div.DivClassName
{
background-color: #FF5519;
}
.BgClassName
{
background-color: #FF5519;
}
</style>
border-color css
<style>
span { border-color: #FF5519; }
span { border-color: rgb(255,85,25); }
td.TdClassName
{
border-color: #FF5519;
}
.TagClassName
{
border-color: #FF5519;
}
</style>