Shades of Orange Red #FE4015
Tints of Orange Red #FE4015
RGB
CMYK
RGB Variations
Color information
#FE4015 (or 0xFE4015) is known color: Orange Red. HEX triplet: FE, 40 and 15. RGB value is (254,64,21). Sum of RGB (Red+Green+Blue) = 254+64+21=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4015 is #01BFEA. Grayscale: #747474. Windows color (decimal): -114667 or 1392894. OLE color: 1392894.
HSL color Cylindrical-coordinate representation of color #FE4015: hue angle of 11.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE4015 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 21 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.00 |
| HSL | 11.07º | 0.99% | 0.54% | - |
| HSV(B) | 11.07º | 0.92% | 1% | - |
| XYZ | 42.84 | 24.79 | 3.24 | - |
| YUV | 115.91 | 74.45 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 21 | 0 | 0.75 | 0.92 | 0.00 | 11.07 | 0.99 | 0.54 |
| Hex | FE | 40 | 15 | 0 | 4B | 5C | 0 | B | 63 | 36 |
| Octal | 376 | 100 | 25 | 0 | 113 | 134 | 0 | 13 | 143 | 66 |
| Binary | 11111110 | 1000000 | 10101 | 0 | 1001011 | 1011100 | 0 | 1011 | 1100011 | 110110 |
Color Harmonies of #FE4015
Complementary color
Monochromatic Colors of #FE4015
Black with #FE4015
Text Example
Text Example
White with #FE4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4015; }
p { color: rgb(254,64,21); }
H1.HeaderClassName
{
color: #FE4015;
}
.AnyTagClassName
{
color: #FE4015;
}
</style>
background-color css
<style>
a { background-color: #FE4015; }
a { background-color: rgb(254,64,21); }
div.DivClassName
{
background-color: #FE4015;
}
.BgClassName
{
background-color: #FE4015;
}
</style>
border-color css
<style>
span { border-color: #FE4015; }
span { border-color: rgb(254,64,21); }
td.TdClassName
{
border-color: #FE4015;
}
.TagClassName
{
border-color: #FE4015;
}
</style>