Html Css Color HEX #FF5914 International Orange
📋 copy color: '#FF5914'red 255 ◦ green 89 ◦ blue 20
Shades of International Orange #FF5914
Tints of International Orange #FF5914
RGB
CMYK
RGB Variations
Color information
#FF5914 (or 0xFF5914) is known color: International Orange. HEX triplet: FF, 59 and 14. RGB value is (255,89,20). Sum of RGB (Red+Green+Blue) = 255+89+20=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5914 is #00A6EB. Grayscale: #838383. Windows color (decimal): -42732 or 1333759. OLE color: 1333759.
HSL color Cylindrical-coordinate representation of color #FF5914: hue angle of 17.62º 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 #FF5914 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0 |
| HSL | 17.62º | 1% | 0.54% | - |
| HSV(B) | 17.62º | 0.92% | 1% | - |
| XYZ | 44.94 | 28.46 | 3.79 | - |
| YUV | 130.77 | 65.5 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 20 | 0 | 0.65 | 0.92 | 0 | 17.62 | 1 | 0.54 |
| Hex | FF | 59 | 14 | 0 | 41 | 5C | 0 | 12 | 64 | 36 |
| Octal | 377 | 131 | 24 | 0 | 101 | 134 | 0 | 22 | 144 | 66 |
| Binary | 11111111 | 1011001 | 10100 | 0 | 1000001 | 1011100 | 0 | 10010 | 1100100 | 110110 |
Color Harmonies of #FF5914
Complementary color
Monochromatic Colors of #FF5914
Black with #FF5914
Text Example
Text Example
White with #FF5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5914; }
p { color: rgb(255,89,20); }
H1.HeaderClassName
{
color: #FF5914;
}
.AnyTagClassName
{
color: #FF5914;
}
</style>
background-color css
<style>
a { background-color: #FF5914; }
a { background-color: rgb(255,89,20); }
div.DivClassName
{
background-color: #FF5914;
}
.BgClassName
{
background-color: #FF5914;
}
</style>
border-color css
<style>
span { border-color: #FF5914; }
span { border-color: rgb(255,89,20); }
td.TdClassName
{
border-color: #FF5914;
}
.TagClassName
{
border-color: #FF5914;
}
</style>