Html Css Color HEX #FF5111 International Orange
📋 copy color: '#FF5111'red 255 ◦ green 81 ◦ blue 17
Shades of International Orange #FF5111
Tints of International Orange #FF5111
RGB
CMYK
RGB Variations
Color information
#FF5111 (or 0xFF5111) is known color: International Orange. HEX triplet: FF, 51 and 11. RGB value is (255,81,17). Sum of RGB (Red+Green+Blue) = 255+81+17=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5111 is #00AEEE. Grayscale: #7E7E7E. Windows color (decimal): -44783 or 1135103. OLE color: 1135103.
HSL color Cylindrical-coordinate representation of color #FF5111: hue angle of 16.13º 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 #FF5111 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0 |
| HSL | 16.13º | 1% | 0.53% | - |
| HSV(B) | 16.13º | 0.93% | 1% | - |
| XYZ | 44.28 | 27.19 | 3.44 | - |
| YUV | 125.73 | 66.65 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 17 | 0 | 0.68 | 0.93 | 0 | 16.13 | 1 | 0.53 |
| Hex | FF | 51 | 11 | 0 | 44 | 5D | 0 | 10 | 64 | 35 |
| Octal | 377 | 121 | 21 | 0 | 104 | 135 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1010001 | 10001 | 0 | 1000100 | 1011101 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF5111
Complementary color
Monochromatic Colors of #FF5111
Black with #FF5111
Text Example
Text Example
White with #FF5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5111; }
p { color: rgb(255,81,17); }
H1.HeaderClassName
{
color: #FF5111;
}
.AnyTagClassName
{
color: #FF5111;
}
</style>
background-color css
<style>
a { background-color: #FF5111; }
a { background-color: rgb(255,81,17); }
div.DivClassName
{
background-color: #FF5111;
}
.BgClassName
{
background-color: #FF5111;
}
</style>
border-color css
<style>
span { border-color: #FF5111; }
span { border-color: rgb(255,81,17); }
td.TdClassName
{
border-color: #FF5111;
}
.TagClassName
{
border-color: #FF5111;
}
</style>