Html Css Color HEX #FF5B14 International Orange
📋 copy color: '#FF5B14'red 255 ◦ green 91 ◦ blue 20
Shades of International Orange #FF5B14
Tints of International Orange #FF5B14
RGB
CMYK
RGB Variations
Color information
#FF5B14 (or 0xFF5B14) is known color: International Orange. HEX triplet: FF, 5B and 14. RGB value is (255,91,20). Sum of RGB (Red+Green+Blue) = 255+91+20=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B14 is #00A4EB. Grayscale: #848484. Windows color (decimal): -42220 or 1334271. OLE color: 1334271.
HSL color Cylindrical-coordinate representation of color #FF5B14: hue angle of 18.13º 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 #FF5B14 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0 |
| HSL | 18.13º | 1% | 0.54% | - |
| HSV(B) | 18.13º | 0.92% | 1% | - |
| XYZ | 45.11 | 28.79 | 3.84 | - |
| YUV | 131.94 | 64.83 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 20 | 0 | 0.64 | 0.92 | 0 | 18.13 | 1 | 0.54 |
| Hex | FF | 5B | 14 | 0 | 40 | 5C | 0 | 12 | 64 | 36 |
| Octal | 377 | 133 | 24 | 0 | 100 | 134 | 0 | 22 | 144 | 66 |
| Binary | 11111111 | 1011011 | 10100 | 0 | 1000000 | 1011100 | 0 | 10010 | 1100100 | 110110 |
Color Harmonies of #FF5B14
Complementary color
Monochromatic Colors of #FF5B14
Black with #FF5B14
Text Example
Text Example
White with #FF5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B14; }
p { color: rgb(255,91,20); }
H1.HeaderClassName
{
color: #FF5B14;
}
.AnyTagClassName
{
color: #FF5B14;
}
</style>
background-color css
<style>
a { background-color: #FF5B14; }
a { background-color: rgb(255,91,20); }
div.DivClassName
{
background-color: #FF5B14;
}
.BgClassName
{
background-color: #FF5B14;
}
</style>
border-color css
<style>
span { border-color: #FF5B14; }
span { border-color: rgb(255,91,20); }
td.TdClassName
{
border-color: #FF5B14;
}
.TagClassName
{
border-color: #FF5B14;
}
</style>