Shades of Orange Red #FE4516
Tints of Orange Red #FE4516
RGB
CMYK
RGB Variations
Color information
#FE4516 (or 0xFE4516) is known color: Orange Red. HEX triplet: FE, 45 and 16. RGB value is (254,69,22). Sum of RGB (Red+Green+Blue) = 254+69+22=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4516 is #01BAE9. Grayscale: #777777. Windows color (decimal): -113386 or 1459710. OLE color: 1459710.
HSL color Cylindrical-coordinate representation of color #FE4516: hue angle of 12.16º 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 #FE4516 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.00 |
| HSL | 12.16º | 0.99% | 0.54% | - |
| HSV(B) | 12.16º | 0.91% | 1% | - |
| XYZ | 43.15 | 25.39 | 3.38 | - |
| YUV | 118.96 | 73.29 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 22 | 0 | 0.73 | 0.91 | 0.00 | 12.16 | 0.99 | 0.54 |
| Hex | FE | 45 | 16 | 0 | 49 | 5B | 0 | C | 63 | 36 |
| Octal | 376 | 105 | 26 | 0 | 111 | 133 | 0 | 14 | 143 | 66 |
| Binary | 11111110 | 1000101 | 10110 | 0 | 1001001 | 1011011 | 0 | 1100 | 1100011 | 110110 |
Color Harmonies of #FE4516
Complementary color
Monochromatic Colors of #FE4516
Black with #FE4516
Text Example
Text Example
White with #FE4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4516; }
p { color: rgb(254,69,22); }
H1.HeaderClassName
{
color: #FE4516;
}
.AnyTagClassName
{
color: #FE4516;
}
</style>
background-color css
<style>
a { background-color: #FE4516; }
a { background-color: rgb(254,69,22); }
div.DivClassName
{
background-color: #FE4516;
}
.BgClassName
{
background-color: #FE4516;
}
</style>
border-color css
<style>
span { border-color: #FE4516; }
span { border-color: rgb(254,69,22); }
td.TdClassName
{
border-color: #FE4516;
}
.TagClassName
{
border-color: #FE4516;
}
</style>