Html Css Color HEX #FF5213 International Orange
📋 copy color: '#FF5213'red 255 ◦ green 82 ◦ blue 19
Shades of International Orange #FF5213
Tints of International Orange #FF5213
RGB
CMYK
RGB Variations
Color information
#FF5213 (or 0xFF5213) is known color: International Orange. HEX triplet: FF, 52 and 13. RGB value is (255,82,19). Sum of RGB (Red+Green+Blue) = 255+82+19=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5213 is #00ADEC. Grayscale: #7E7E7E. Windows color (decimal): -44525 or 1266431. OLE color: 1266431.
HSL color Cylindrical-coordinate representation of color #FF5213: hue angle of 16.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5213 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 19 | - |
| CMYK | 0 | 0.68 | 0.93 | 0 |
| HSL | 16.02º | 1% | 0.54% | - |
| HSV(B) | 16.02º | 0.93% | 1% | - |
| XYZ | 44.37 | 27.34 | 3.55 | - |
| YUV | 126.55 | 67.31 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 19 | 0 | 0.68 | 0.93 | 0 | 16.02 | 1 | 0.54 |
| Hex | FF | 52 | 13 | 0 | 44 | 5D | 0 | 10 | 64 | 36 |
| Octal | 377 | 122 | 23 | 0 | 104 | 135 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010010 | 10011 | 0 | 1000100 | 1011101 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5213
Complementary color
Monochromatic Colors of #FF5213
Black with #FF5213
Text Example
Text Example
White with #FF5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5213; }
p { color: rgb(255,82,19); }
H1.HeaderClassName
{
color: #FF5213;
}
.AnyTagClassName
{
color: #FF5213;
}
</style>
background-color css
<style>
a { background-color: #FF5213; }
a { background-color: rgb(255,82,19); }
div.DivClassName
{
background-color: #FF5213;
}
.BgClassName
{
background-color: #FF5213;
}
</style>
border-color css
<style>
span { border-color: #FF5213; }
span { border-color: rgb(255,82,19); }
td.TdClassName
{
border-color: #FF5213;
}
.TagClassName
{
border-color: #FF5213;
}
</style>