Html Css Color HEX #FF5A17 International Orange
📋 copy color: '#FF5A17'red 255 ◦ green 90 ◦ blue 23
Shades of International Orange #FF5A17
Tints of International Orange #FF5A17
RGB
CMYK
RGB Variations
Color information
#FF5A17 (or 0xFF5A17) is known color: International Orange. HEX triplet: FF, 5A and 17. RGB value is (255,90,23). Sum of RGB (Red+Green+Blue) = 255+90+23=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A17 is #00A5E8. Grayscale: #848484. Windows color (decimal): -42473 or 1530623. OLE color: 1530623.
HSL color Cylindrical-coordinate representation of color #FF5A17: hue angle of 17.33º 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 #FF5A17 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 23 | - |
| CMYK | 0 | 0.65 | 0.91 | 0 |
| HSL | 17.33º | 1% | 0.55% | - |
| HSV(B) | 17.33º | 0.91% | 1% | - |
| XYZ | 45.05 | 28.63 | 3.96 | - |
| YUV | 131.7 | 66.66 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 23 | 0 | 0.65 | 0.91 | 0 | 17.33 | 1 | 0.55 |
| Hex | FF | 5A | 17 | 0 | 41 | 5B | 0 | 11 | 64 | 37 |
| Octal | 377 | 132 | 27 | 0 | 101 | 133 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011010 | 10111 | 0 | 1000001 | 1011011 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5A17
Complementary color
Monochromatic Colors of #FF5A17
Black with #FF5A17
Text Example
Text Example
White with #FF5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A17; }
p { color: rgb(255,90,23); }
H1.HeaderClassName
{
color: #FF5A17;
}
.AnyTagClassName
{
color: #FF5A17;
}
</style>
background-color css
<style>
a { background-color: #FF5A17; }
a { background-color: rgb(255,90,23); }
div.DivClassName
{
background-color: #FF5A17;
}
.BgClassName
{
background-color: #FF5A17;
}
</style>
border-color css
<style>
span { border-color: #FF5A17; }
span { border-color: rgb(255,90,23); }
td.TdClassName
{
border-color: #FF5A17;
}
.TagClassName
{
border-color: #FF5A17;
}
</style>