Html Css Color HEX #FE5B16 International Orange
📋 copy color: '#FE5B16'red 254 ◦ green 91 ◦ blue 22
Shades of International Orange #FE5B16
Tints of International Orange #FE5B16
RGB
CMYK
RGB Variations
Color information
#FE5B16 (or 0xFE5B16) is known color: International Orange. HEX triplet: FE, 5B and 16. RGB value is (254,91,22). Sum of RGB (Red+Green+Blue) = 254+91+22=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B16 is #01A4E9. Grayscale: #848484. Windows color (decimal): -107754 or 1465342. OLE color: 1465342.
HSL color Cylindrical-coordinate representation of color #FE5B16: hue angle of 17.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5B16 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.00 |
| HSL | 17.84º | 0.99% | 0.54% | - |
| HSV(B) | 17.84º | 0.91% | 1% | - |
| XYZ | 44.76 | 28.61 | 3.92 | - |
| YUV | 131.87 | 66 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 22 | 0 | 0.64 | 0.91 | 0.00 | 17.84 | 0.99 | 0.54 |
| Hex | FE | 5B | 16 | 0 | 40 | 5B | 0 | 12 | 63 | 36 |
| Octal | 376 | 133 | 26 | 0 | 100 | 133 | 0 | 22 | 143 | 66 |
| Binary | 11111110 | 1011011 | 10110 | 0 | 1000000 | 1011011 | 0 | 10010 | 1100011 | 110110 |
Color Harmonies of #FE5B16
Complementary color
Monochromatic Colors of #FE5B16
Black with #FE5B16
Text Example
Text Example
White with #FE5B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B16; }
p { color: rgb(254,91,22); }
H1.HeaderClassName
{
color: #FE5B16;
}
.AnyTagClassName
{
color: #FE5B16;
}
</style>
background-color css
<style>
a { background-color: #FE5B16; }
a { background-color: rgb(254,91,22); }
div.DivClassName
{
background-color: #FE5B16;
}
.BgClassName
{
background-color: #FE5B16;
}
</style>
border-color css
<style>
span { border-color: #FE5B16; }
span { border-color: rgb(254,91,22); }
td.TdClassName
{
border-color: #FE5B16;
}
.TagClassName
{
border-color: #FE5B16;
}
</style>