Html Css Color HEX #FF5115 International Orange
📋 copy color: '#FF5115'red 255 ◦ green 81 ◦ blue 21
Shades of International Orange #FF5115
Tints of International Orange #FF5115
RGB
CMYK
RGB Variations
Color information
#FF5115 (or 0xFF5115) is known color: International Orange. HEX triplet: FF, 51 and 15. RGB value is (255,81,21). Sum of RGB (Red+Green+Blue) = 255+81+21=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5115 is #00AEEA. Grayscale: #7E7E7E. Windows color (decimal): -44779 or 1397247. OLE color: 1397247.
HSL color Cylindrical-coordinate representation of color #FF5115: hue angle of 15.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF5115 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 21 | - |
| CMYK | 0 | 0.68 | 0.92 | 0 |
| HSL | 15.38º | 1% | 0.54% | - |
| HSV(B) | 15.38º | 0.92% | 1% | - |
| XYZ | 44.32 | 27.2 | 3.62 | - |
| YUV | 126.19 | 68.65 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 21 | 0 | 0.68 | 0.92 | 0 | 15.38 | 1 | 0.54 |
| Hex | FF | 51 | 15 | 0 | 44 | 5C | 0 | F | 64 | 36 |
| Octal | 377 | 121 | 25 | 0 | 104 | 134 | 0 | 17 | 144 | 66 |
| Binary | 11111111 | 1010001 | 10101 | 0 | 1000100 | 1011100 | 0 | 1111 | 1100100 | 110110 |
Color Harmonies of #FF5115
Complementary color
Monochromatic Colors of #FF5115
Black with #FF5115
Text Example
Text Example
White with #FF5115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5115; }
p { color: rgb(255,81,21); }
H1.HeaderClassName
{
color: #FF5115;
}
.AnyTagClassName
{
color: #FF5115;
}
</style>
background-color css
<style>
a { background-color: #FF5115; }
a { background-color: rgb(255,81,21); }
div.DivClassName
{
background-color: #FF5115;
}
.BgClassName
{
background-color: #FF5115;
}
</style>
border-color css
<style>
span { border-color: #FF5115; }
span { border-color: rgb(255,81,21); }
td.TdClassName
{
border-color: #FF5115;
}
.TagClassName
{
border-color: #FF5115;
}
</style>