Html Css Color HEX #FF5517 International Orange
📋 copy color: '#FF5517'red 255 ◦ green 85 ◦ blue 23
Shades of International Orange #FF5517
Tints of International Orange #FF5517
RGB
CMYK
RGB Variations
Color information
#FF5517 (or 0xFF5517) is known color: International Orange. HEX triplet: FF, 55 and 17. RGB value is (255,85,23). Sum of RGB (Red+Green+Blue) = 255+85+23=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5517 is #00AAE8. Grayscale: #818181. Windows color (decimal): -43753 or 1529343. OLE color: 1529343.
HSL color Cylindrical-coordinate representation of color #FF5517: hue angle of 16.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF5517 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 23 | - |
| CMYK | 0 | 0.67 | 0.91 | 0 |
| HSL | 16.03º | 1% | 0.55% | - |
| HSV(B) | 16.03º | 0.91% | 1% | - |
| XYZ | 44.64 | 27.82 | 3.83 | - |
| YUV | 128.76 | 68.32 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 23 | 0 | 0.67 | 0.91 | 0 | 16.03 | 1 | 0.55 |
| Hex | FF | 55 | 17 | 0 | 43 | 5B | 0 | 10 | 64 | 37 |
| Octal | 377 | 125 | 27 | 0 | 103 | 133 | 0 | 20 | 144 | 67 |
| Binary | 11111111 | 1010101 | 10111 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100100 | 110111 |
Color Harmonies of #FF5517
Complementary color
Monochromatic Colors of #FF5517
Black with #FF5517
Text Example
Text Example
White with #FF5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5517; }
p { color: rgb(255,85,23); }
H1.HeaderClassName
{
color: #FF5517;
}
.AnyTagClassName
{
color: #FF5517;
}
</style>
background-color css
<style>
a { background-color: #FF5517; }
a { background-color: rgb(255,85,23); }
div.DivClassName
{
background-color: #FF5517;
}
.BgClassName
{
background-color: #FF5517;
}
</style>
border-color css
<style>
span { border-color: #FF5517; }
span { border-color: rgb(255,85,23); }
td.TdClassName
{
border-color: #FF5517;
}
.TagClassName
{
border-color: #FF5517;
}
</style>