Shades of Orange Red #FE4116
Tints of Orange Red #FE4116
RGB
CMYK
RGB Variations
Color information
#FE4116 (or 0xFE4116) is known color: Orange Red. HEX triplet: FE, 41 and 16. RGB value is (254,65,22). Sum of RGB (Red+Green+Blue) = 254+65+22=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4116 is #01BEE9. Grayscale: #747474. Windows color (decimal): -114410 or 1458686. OLE color: 1458686.
HSL color Cylindrical-coordinate representation of color #FE4116: hue angle of 11.12º 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 #FE4116 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.00 |
| HSL | 11.12º | 0.99% | 0.54% | - |
| HSV(B) | 11.12º | 0.91% | 1% | - |
| XYZ | 42.91 | 24.91 | 3.31 | - |
| YUV | 116.61 | 74.62 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 22 | 0 | 0.74 | 0.91 | 0.00 | 11.12 | 0.99 | 0.54 |
| Hex | FE | 41 | 16 | 0 | 4A | 5B | 0 | B | 63 | 36 |
| Octal | 376 | 101 | 26 | 0 | 112 | 133 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 1000001 | 10110 | 0 | 1001010 | 1011011 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE4116
Complementary color
Monochromatic Colors of #FE4116
Black with #FE4116
Text Example
Text Example
White with #FE4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4116; }
p { color: rgb(254,65,22); }
H1.HeaderClassName
{
color: #FE4116;
}
.AnyTagClassName
{
color: #FE4116;
}
</style>
background-color css
<style>
a { background-color: #FE4116; }
a { background-color: rgb(254,65,22); }
div.DivClassName
{
background-color: #FE4116;
}
.BgClassName
{
background-color: #FE4116;
}
</style>
border-color css
<style>
span { border-color: #FE4116; }
span { border-color: rgb(254,65,22); }
td.TdClassName
{
border-color: #FE4116;
}
.TagClassName
{
border-color: #FE4116;
}
</style>