Html Css Color HEX #FF5113 International Orange
📋 copy color: '#FF5113'red 255 ◦ green 81 ◦ blue 19
Shades of International Orange #FF5113
Tints of International Orange #FF5113
RGB
CMYK
RGB Variations
Color information
#FF5113 (or 0xFF5113) is known color: International Orange. HEX triplet: FF, 51 and 13. RGB value is (255,81,19). Sum of RGB (Red+Green+Blue) = 255+81+19=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5113 is #00AEEC. Grayscale: #7E7E7E. Windows color (decimal): -44781 or 1266175. OLE color: 1266175.
HSL color Cylindrical-coordinate representation of color #FF5113: hue angle of 15.76º 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 #FF5113 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 19 | - |
| CMYK | 0 | 0.68 | 0.93 | 0 |
| HSL | 15.76º | 1% | 0.54% | - |
| HSV(B) | 15.76º | 0.93% | 1% | - |
| XYZ | 44.3 | 27.19 | 3.53 | - |
| YUV | 125.96 | 67.65 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 19 | 0 | 0.68 | 0.93 | 0 | 15.76 | 1 | 0.54 |
| Hex | FF | 51 | 13 | 0 | 44 | 5D | 0 | 10 | 64 | 36 |
| Octal | 377 | 121 | 23 | 0 | 104 | 135 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010001 | 10011 | 0 | 1000100 | 1011101 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5113
Complementary color
Monochromatic Colors of #FF5113
Black with #FF5113
Text Example
Text Example
White with #FF5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5113; }
p { color: rgb(255,81,19); }
H1.HeaderClassName
{
color: #FF5113;
}
.AnyTagClassName
{
color: #FF5113;
}
</style>
background-color css
<style>
a { background-color: #FF5113; }
a { background-color: rgb(255,81,19); }
div.DivClassName
{
background-color: #FF5113;
}
.BgClassName
{
background-color: #FF5113;
}
</style>
border-color css
<style>
span { border-color: #FF5113; }
span { border-color: rgb(255,81,19); }
td.TdClassName
{
border-color: #FF5113;
}
.TagClassName
{
border-color: #FF5113;
}
</style>