Html Css Color HEX #FF5210 International Orange
📋 copy color: '#FF5210'red 255 ◦ green 82 ◦ blue 16
Shades of International Orange #FF5210
Tints of International Orange #FF5210
RGB
CMYK
RGB Variations
Color information
#FF5210 (or 0xFF5210) is known color: International Orange. HEX triplet: FF, 52 and 10. RGB value is (255,82,16). Sum of RGB (Red+Green+Blue) = 255+82+16=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5210 is #00ADEF. Grayscale: #7E7E7E. Windows color (decimal): -44528 or 1069823. OLE color: 1069823.
HSL color Cylindrical-coordinate representation of color #FF5210: hue angle of 16.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5210 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 16 | - |
| CMYK | 0 | 0.68 | 0.94 | 0 |
| HSL | 16.57º | 1% | 0.53% | - |
| HSV(B) | 16.57º | 0.94% | 1% | - |
| XYZ | 44.35 | 27.33 | 3.43 | - |
| YUV | 126.2 | 65.81 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 16 | 0 | 0.68 | 0.94 | 0 | 16.57 | 1 | 0.53 |
| Hex | FF | 52 | 10 | 0 | 44 | 5E | 0 | 11 | 64 | 35 |
| Octal | 377 | 122 | 20 | 0 | 104 | 136 | 0 | 21 | 144 | 65 |
| Binary | 11111111 | 1010010 | 10000 | 0 | 1000100 | 1011110 | 0 | 10001 | 1100100 | 110101 |
Color Harmonies of #FF5210
Complementary color
Monochromatic Colors of #FF5210
Black with #FF5210
Text Example
Text Example
White with #FF5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5210; }
p { color: rgb(255,82,16); }
H1.HeaderClassName
{
color: #FF5210;
}
.AnyTagClassName
{
color: #FF5210;
}
</style>
background-color css
<style>
a { background-color: #FF5210; }
a { background-color: rgb(255,82,16); }
div.DivClassName
{
background-color: #FF5210;
}
.BgClassName
{
background-color: #FF5210;
}
</style>
border-color css
<style>
span { border-color: #FF5210; }
span { border-color: rgb(255,82,16); }
td.TdClassName
{
border-color: #FF5210;
}
.TagClassName
{
border-color: #FF5210;
}
</style>