Html Css Color HEX #FF5118 International Orange
📋 copy color: '#FF5118'red 255 ◦ green 81 ◦ blue 24
Shades of International Orange #FF5118
Tints of International Orange #FF5118
RGB
CMYK
RGB Variations
Color information
#FF5118 (or 0xFF5118) is known color: International Orange. HEX triplet: FF, 51 and 18. RGB value is (255,81,24). Sum of RGB (Red+Green+Blue) = 255+81+24=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5118 is #00AEE7. Grayscale: #7E7E7E. Windows color (decimal): -44776 or 1593855. OLE color: 1593855.
HSL color Cylindrical-coordinate representation of color #FF5118: hue angle of 14.81º 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 #FF5118 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 24 | - |
| CMYK | 0 | 0.68 | 0.91 | 0 |
| HSL | 14.81º | 1% | 0.55% | - |
| HSV(B) | 14.81º | 0.91% | 1% | - |
| XYZ | 44.35 | 27.21 | 3.78 | - |
| YUV | 126.53 | 70.15 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 24 | 0 | 0.68 | 0.91 | 0 | 14.81 | 1 | 0.55 |
| Hex | FF | 51 | 18 | 0 | 44 | 5B | 0 | F | 64 | 37 |
| Octal | 377 | 121 | 30 | 0 | 104 | 133 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010001 | 11000 | 0 | 1000100 | 1011011 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF5118
Complementary color
Monochromatic Colors of #FF5118
Black with #FF5118
Text Example
Text Example
White with #FF5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5118; }
p { color: rgb(255,81,24); }
H1.HeaderClassName
{
color: #FF5118;
}
.AnyTagClassName
{
color: #FF5118;
}
</style>
background-color css
<style>
a { background-color: #FF5118; }
a { background-color: rgb(255,81,24); }
div.DivClassName
{
background-color: #FF5118;
}
.BgClassName
{
background-color: #FF5118;
}
</style>
border-color css
<style>
span { border-color: #FF5118; }
span { border-color: rgb(255,81,24); }
td.TdClassName
{
border-color: #FF5118;
}
.TagClassName
{
border-color: #FF5118;
}
</style>