Html Css Color HEX #FE5416 International Orange
📋 copy color: '#FE5416'red 254 ◦ green 84 ◦ blue 22
Shades of International Orange #FE5416
Tints of International Orange #FE5416
RGB
CMYK
RGB Variations
Color information
#FE5416 (or 0xFE5416) is known color: International Orange. HEX triplet: FE, 54 and 16. RGB value is (254,84,22). Sum of RGB (Red+Green+Blue) = 254+84+22=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5416 is #01ABE9. Grayscale: #808080. Windows color (decimal): -109546 or 1463550. OLE color: 1463550.
HSL color Cylindrical-coordinate representation of color #FE5416: hue angle of 16.03º 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 #FE5416 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.00 |
| HSL | 16.03º | 0.99% | 0.54% | - |
| HSV(B) | 16.03º | 0.91% | 1% | - |
| XYZ | 44.19 | 27.47 | 3.73 | - |
| YUV | 127.76 | 68.32 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 22 | 0 | 0.67 | 0.91 | 0.00 | 16.03 | 0.99 | 0.54 |
| Hex | FE | 54 | 16 | 0 | 43 | 5B | 0 | 10 | 63 | 36 |
| Octal | 376 | 124 | 26 | 0 | 103 | 133 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010100 | 10110 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5416
Complementary color
Monochromatic Colors of #FE5416
Black with #FE5416
Text Example
Text Example
White with #FE5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5416; }
p { color: rgb(254,84,22); }
H1.HeaderClassName
{
color: #FE5416;
}
.AnyTagClassName
{
color: #FE5416;
}
</style>
background-color css
<style>
a { background-color: #FE5416; }
a { background-color: rgb(254,84,22); }
div.DivClassName
{
background-color: #FE5416;
}
.BgClassName
{
background-color: #FE5416;
}
</style>
border-color css
<style>
span { border-color: #FE5416; }
span { border-color: rgb(254,84,22); }
td.TdClassName
{
border-color: #FE5416;
}
.TagClassName
{
border-color: #FE5416;
}
</style>