Html Css Color HEX #FE5616 International Orange
📋 copy color: '#FE5616'red 254 ◦ green 86 ◦ blue 22
Shades of International Orange #FE5616
Tints of International Orange #FE5616
RGB
CMYK
RGB Variations
Color information
#FE5616 (or 0xFE5616) is known color: International Orange. HEX triplet: FE, 56 and 16. RGB value is (254,86,22). Sum of RGB (Red+Green+Blue) = 254+86+22=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5616 is #01A9E9. Grayscale: #818181. Windows color (decimal): -109034 or 1464062. OLE color: 1464062.
HSL color Cylindrical-coordinate representation of color #FE5616: hue angle of 16.55º 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 #FE5616 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.00 |
| HSL | 16.55º | 0.99% | 0.54% | - |
| HSV(B) | 16.55º | 0.91% | 1% | - |
| XYZ | 44.35 | 27.78 | 3.78 | - |
| YUV | 128.94 | 67.66 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 22 | 0 | 0.66 | 0.91 | 0.00 | 16.55 | 0.99 | 0.54 |
| Hex | FE | 56 | 16 | 0 | 42 | 5B | 0 | 11 | 63 | 36 |
| Octal | 376 | 126 | 26 | 0 | 102 | 133 | 0 | 21 | 143 | 66 |
| Binary | 11111110 | 1010110 | 10110 | 0 | 1000010 | 1011011 | 0 | 10001 | 1100011 | 110110 |
Color Harmonies of #FE5616
Complementary color
Monochromatic Colors of #FE5616
Black with #FE5616
Text Example
Text Example
White with #FE5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5616; }
p { color: rgb(254,86,22); }
H1.HeaderClassName
{
color: #FE5616;
}
.AnyTagClassName
{
color: #FE5616;
}
</style>
background-color css
<style>
a { background-color: #FE5616; }
a { background-color: rgb(254,86,22); }
div.DivClassName
{
background-color: #FE5616;
}
.BgClassName
{
background-color: #FE5616;
}
</style>
border-color css
<style>
span { border-color: #FE5616; }
span { border-color: rgb(254,86,22); }
td.TdClassName
{
border-color: #FE5616;
}
.TagClassName
{
border-color: #FE5616;
}
</style>