Html Css Color HEX #FF5211 International Orange
📋 copy color: '#FF5211'red 255 ◦ green 82 ◦ blue 17
Shades of International Orange #FF5211
Tints of International Orange #FF5211
RGB
CMYK
RGB Variations
Color information
#FF5211 (or 0xFF5211) is known color: International Orange. HEX triplet: FF, 52 and 11. RGB value is (255,82,17). Sum of RGB (Red+Green+Blue) = 255+82+17=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5211 is #00ADEE. Grayscale: #7E7E7E. Windows color (decimal): -44527 or 1135359. OLE color: 1135359.
HSL color Cylindrical-coordinate representation of color #FF5211: hue angle of 16.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5211 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0 |
| HSL | 16.39º | 1% | 0.53% | - |
| HSV(B) | 16.39º | 0.93% | 1% | - |
| XYZ | 44.36 | 27.34 | 3.47 | - |
| YUV | 126.32 | 66.31 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 17 | 0 | 0.68 | 0.93 | 0 | 16.39 | 1 | 0.53 |
| Hex | FF | 52 | 11 | 0 | 44 | 5D | 0 | 10 | 64 | 35 |
| Octal | 377 | 122 | 21 | 0 | 104 | 135 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1010010 | 10001 | 0 | 1000100 | 1011101 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF5211
Complementary color
Monochromatic Colors of #FF5211
Black with #FF5211
Text Example
Text Example
White with #FF5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5211; }
p { color: rgb(255,82,17); }
H1.HeaderClassName
{
color: #FF5211;
}
.AnyTagClassName
{
color: #FF5211;
}
</style>
background-color css
<style>
a { background-color: #FF5211; }
a { background-color: rgb(255,82,17); }
div.DivClassName
{
background-color: #FF5211;
}
.BgClassName
{
background-color: #FF5211;
}
</style>
border-color css
<style>
span { border-color: #FF5211; }
span { border-color: rgb(255,82,17); }
td.TdClassName
{
border-color: #FF5211;
}
.TagClassName
{
border-color: #FF5211;
}
</style>