Html Css Color HEX #FF5814 International Orange
📋 copy color: '#FF5814'red 255 ◦ green 88 ◦ blue 20
Shades of International Orange #FF5814
Tints of International Orange #FF5814
RGB
CMYK
RGB Variations
Color information
#FF5814 (or 0xFF5814) is known color: International Orange. HEX triplet: FF, 58 and 14. RGB value is (255,88,20). Sum of RGB (Red+Green+Blue) = 255+88+20=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5814 is #00A7EB. Grayscale: #828282. Windows color (decimal): -42988 or 1333503. OLE color: 1333503.
HSL color Cylindrical-coordinate representation of color #FF5814: hue angle of 17.36º 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 #FF5814 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0 |
| HSL | 17.36º | 1% | 0.54% | - |
| HSV(B) | 17.36º | 0.92% | 1% | - |
| XYZ | 44.86 | 28.29 | 3.76 | - |
| YUV | 130.18 | 65.83 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 20 | 0 | 0.65 | 0.92 | 0 | 17.36 | 1 | 0.54 |
| Hex | FF | 58 | 14 | 0 | 41 | 5C | 0 | 11 | 64 | 36 |
| Octal | 377 | 130 | 24 | 0 | 101 | 134 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1011000 | 10100 | 0 | 1000001 | 1011100 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5814
Complementary color
Monochromatic Colors of #FF5814
Black with #FF5814
Text Example
Text Example
White with #FF5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5814; }
p { color: rgb(255,88,20); }
H1.HeaderClassName
{
color: #FF5814;
}
.AnyTagClassName
{
color: #FF5814;
}
</style>
background-color css
<style>
a { background-color: #FF5814; }
a { background-color: rgb(255,88,20); }
div.DivClassName
{
background-color: #FF5814;
}
.BgClassName
{
background-color: #FF5814;
}
</style>
border-color css
<style>
span { border-color: #FF5814; }
span { border-color: rgb(255,88,20); }
td.TdClassName
{
border-color: #FF5814;
}
.TagClassName
{
border-color: #FF5814;
}
</style>