Html Css Color HEX #FF5017 International Orange
📋 copy color: '#FF5017'red 255 ◦ green 80 ◦ blue 23
Shades of International Orange #FF5017
Tints of International Orange #FF5017
RGB
CMYK
RGB Variations
Color information
#FF5017 (or 0xFF5017) is known color: International Orange. HEX triplet: FF, 50 and 17. RGB value is (255,80,23). Sum of RGB (Red+Green+Blue) = 255+80+23=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5017 is #00AFE8. Grayscale: #7E7E7E. Windows color (decimal): -45033 or 1528063. OLE color: 1528063.
HSL color Cylindrical-coordinate representation of color #FF5017: hue angle of 14.74º 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 #FF5017 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 23 | - |
| CMYK | 0 | 0.69 | 0.91 | 0 |
| HSL | 14.74º | 1% | 0.55% | - |
| HSV(B) | 14.74º | 0.91% | 1% | - |
| XYZ | 44.26 | 27.06 | 3.7 | - |
| YUV | 125.83 | 69.98 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 23 | 0 | 0.69 | 0.91 | 0 | 14.74 | 1 | 0.55 |
| Hex | FF | 50 | 17 | 0 | 45 | 5B | 0 | F | 64 | 37 |
| Octal | 377 | 120 | 27 | 0 | 105 | 133 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010000 | 10111 | 0 | 1000101 | 1011011 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF5017
Complementary color
Monochromatic Colors of #FF5017
Black with #FF5017
Text Example
Text Example
White with #FF5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5017; }
p { color: rgb(255,80,23); }
H1.HeaderClassName
{
color: #FF5017;
}
.AnyTagClassName
{
color: #FF5017;
}
</style>
background-color css
<style>
a { background-color: #FF5017; }
a { background-color: rgb(255,80,23); }
div.DivClassName
{
background-color: #FF5017;
}
.BgClassName
{
background-color: #FF5017;
}
</style>
border-color css
<style>
span { border-color: #FF5017; }
span { border-color: rgb(255,80,23); }
td.TdClassName
{
border-color: #FF5017;
}
.TagClassName
{
border-color: #FF5017;
}
</style>