Shades of Orange Red #FE4416
Tints of Orange Red #FE4416
RGB
CMYK
RGB Variations
Color information
#FE4416 (or 0xFE4416) is known color: Orange Red. HEX triplet: FE, 44 and 16. RGB value is (254,68,22). Sum of RGB (Red+Green+Blue) = 254+68+22=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4416 is #01BBE9. Grayscale: #767676. Windows color (decimal): -113642 or 1459454. OLE color: 1459454.
HSL color Cylindrical-coordinate representation of color #FE4416: hue angle of 11.9º 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 #FE4416 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.00 |
| HSL | 11.9º | 0.99% | 0.54% | - |
| HSV(B) | 11.9º | 0.91% | 1% | - |
| XYZ | 43.08 | 25.26 | 3.36 | - |
| YUV | 118.37 | 73.62 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 22 | 0 | 0.73 | 0.91 | 0.00 | 11.9 | 0.99 | 0.54 |
| Hex | FE | 44 | 16 | 0 | 49 | 5B | 0 | C | 63 | 36 |
| Octal | 376 | 104 | 26 | 0 | 111 | 133 | 0 | 14 | 143 | 66 |
| Binary | 11111110 | 1000100 | 10110 | 0 | 1001001 | 1011011 | 0 | 1100 | 1100011 | 110110 |
Color Harmonies of #FE4416
Complementary color
Monochromatic Colors of #FE4416
Black with #FE4416
Text Example
Text Example
White with #FE4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4416; }
p { color: rgb(254,68,22); }
H1.HeaderClassName
{
color: #FE4416;
}
.AnyTagClassName
{
color: #FE4416;
}
</style>
background-color css
<style>
a { background-color: #FE4416; }
a { background-color: rgb(254,68,22); }
div.DivClassName
{
background-color: #FE4416;
}
.BgClassName
{
background-color: #FE4416;
}
</style>
border-color css
<style>
span { border-color: #FE4416; }
span { border-color: rgb(254,68,22); }
td.TdClassName
{
border-color: #FE4416;
}
.TagClassName
{
border-color: #FE4416;
}
</style>