Html Css Color HEX #FF5217 International Orange
📋 copy color: '#FF5217'red 255 ◦ green 82 ◦ blue 23
Shades of International Orange #FF5217
Tints of International Orange #FF5217
RGB
CMYK
RGB Variations
Color information
#FF5217 (or 0xFF5217) is known color: International Orange. HEX triplet: FF, 52 and 17. RGB value is (255,82,23). Sum of RGB (Red+Green+Blue) = 255+82+23=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5217 is #00ADE8. Grayscale: #7F7F7F. Windows color (decimal): -44521 or 1528575. OLE color: 1528575.
HSL color Cylindrical-coordinate representation of color #FF5217: hue angle of 15.26º 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 #FF5217 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 23 | - |
| CMYK | 0 | 0.68 | 0.91 | 0 |
| HSL | 15.26º | 1% | 0.55% | - |
| HSV(B) | 15.26º | 0.91% | 1% | - |
| XYZ | 44.41 | 27.36 | 3.75 | - |
| YUV | 127 | 69.31 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 23 | 0 | 0.68 | 0.91 | 0 | 15.26 | 1 | 0.55 |
| Hex | FF | 52 | 17 | 0 | 44 | 5B | 0 | F | 64 | 37 |
| Octal | 377 | 122 | 27 | 0 | 104 | 133 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010010 | 10111 | 0 | 1000100 | 1011011 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF5217
Complementary color
Monochromatic Colors of #FF5217
Black with #FF5217
Text Example
Text Example
White with #FF5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5217; }
p { color: rgb(255,82,23); }
H1.HeaderClassName
{
color: #FF5217;
}
.AnyTagClassName
{
color: #FF5217;
}
</style>
background-color css
<style>
a { background-color: #FF5217; }
a { background-color: rgb(255,82,23); }
div.DivClassName
{
background-color: #FF5217;
}
.BgClassName
{
background-color: #FF5217;
}
</style>
border-color css
<style>
span { border-color: #FF5217; }
span { border-color: rgb(255,82,23); }
td.TdClassName
{
border-color: #FF5217;
}
.TagClassName
{
border-color: #FF5217;
}
</style>