Html Css Color HEX #FF5915 International Orange
📋 copy color: '#FF5915'red 255 ◦ green 89 ◦ blue 21
Shades of International Orange #FF5915
Tints of International Orange #FF5915
RGB
CMYK
RGB Variations
Color information
#FF5915 (or 0xFF5915) is known color: International Orange. HEX triplet: FF, 59 and 15. RGB value is (255,89,21). Sum of RGB (Red+Green+Blue) = 255+89+21=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5915 is #00A6EA. Grayscale: #838383. Windows color (decimal): -42731 or 1399295. OLE color: 1399295.
HSL color Cylindrical-coordinate representation of color #FF5915: hue angle of 17.44º 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 #FF5915 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 21 | - |
| CMYK | 0 | 0.65 | 0.92 | 0 |
| HSL | 17.44º | 1% | 0.54% | - |
| HSV(B) | 17.44º | 0.92% | 1% | - |
| XYZ | 44.95 | 28.46 | 3.83 | - |
| YUV | 130.88 | 66 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 21 | 0 | 0.65 | 0.92 | 0 | 17.44 | 1 | 0.54 |
| Hex | FF | 59 | 15 | 0 | 41 | 5C | 0 | 11 | 64 | 36 |
| Octal | 377 | 131 | 25 | 0 | 101 | 134 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1011001 | 10101 | 0 | 1000001 | 1011100 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5915
Complementary color
Monochromatic Colors of #FF5915
Black with #FF5915
Text Example
Text Example
White with #FF5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5915; }
p { color: rgb(255,89,21); }
H1.HeaderClassName
{
color: #FF5915;
}
.AnyTagClassName
{
color: #FF5915;
}
</style>
background-color css
<style>
a { background-color: #FF5915; }
a { background-color: rgb(255,89,21); }
div.DivClassName
{
background-color: #FF5915;
}
.BgClassName
{
background-color: #FF5915;
}
</style>
border-color css
<style>
span { border-color: #FF5915; }
span { border-color: rgb(255,89,21); }
td.TdClassName
{
border-color: #FF5915;
}
.TagClassName
{
border-color: #FF5915;
}
</style>