Shades of Orange Red #FE4016
Tints of Orange Red #FE4016
RGB
CMYK
RGB Variations
Color information
#FE4016 (or 0xFE4016) is known color: Orange Red. HEX triplet: FE, 40 and 16. RGB value is (254,64,22). Sum of RGB (Red+Green+Blue) = 254+64+22=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4016 is #01BFE9. Grayscale: #747474. Windows color (decimal): -114666 or 1458430. OLE color: 1458430.
HSL color Cylindrical-coordinate representation of color #FE4016: hue angle of 10.86º 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 #FE4016 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.00 |
| HSL | 10.86º | 0.99% | 0.54% | - |
| HSV(B) | 10.86º | 0.91% | 1% | - |
| XYZ | 42.85 | 24.8 | 3.29 | - |
| YUV | 116.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 22 | 0 | 0.75 | 0.91 | 0.00 | 10.86 | 0.99 | 0.54 |
| Hex | FE | 40 | 16 | 0 | 4B | 5B | 0 | B | 63 | 36 |
| Octal | 376 | 100 | 26 | 0 | 113 | 133 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 1000000 | 10110 | 0 | 1001011 | 1011011 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE4016
Complementary color
Monochromatic Colors of #FE4016
Black with #FE4016
Text Example
Text Example
White with #FE4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4016; }
p { color: rgb(254,64,22); }
H1.HeaderClassName
{
color: #FE4016;
}
.AnyTagClassName
{
color: #FE4016;
}
</style>
background-color css
<style>
a { background-color: #FE4016; }
a { background-color: rgb(254,64,22); }
div.DivClassName
{
background-color: #FE4016;
}
.BgClassName
{
background-color: #FE4016;
}
</style>
border-color css
<style>
span { border-color: #FE4016; }
span { border-color: rgb(254,64,22); }
td.TdClassName
{
border-color: #FE4016;
}
.TagClassName
{
border-color: #FE4016;
}
</style>