Shades of Orange Red #FE4514
Tints of Orange Red #FE4514
RGB
CMYK
RGB Variations
Color information
#FE4514 (or 0xFE4514) is known color: Orange Red. HEX triplet: FE, 45 and 14. RGB value is (254,69,20). Sum of RGB (Red+Green+Blue) = 254+69+20=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4514 is #01BAEB. Grayscale: #777777. Windows color (decimal): -113388 or 1328638. OLE color: 1328638.
HSL color Cylindrical-coordinate representation of color #FE4514: hue angle of 12.56º 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 #FE4514 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.00 |
| HSL | 12.56º | 0.99% | 0.54% | - |
| HSV(B) | 12.56º | 0.92% | 1% | - |
| XYZ | 43.13 | 25.38 | 3.29 | - |
| YUV | 118.73 | 72.29 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 20 | 0 | 0.73 | 0.92 | 0.00 | 12.56 | 0.99 | 0.54 |
| Hex | FE | 45 | 14 | 0 | 49 | 5C | 0 | D | 63 | 36 |
| Octal | 376 | 105 | 24 | 0 | 111 | 134 | 0 | 15 | 143 | 66 |
| Binary | 11111110 | 1000101 | 10100 | 0 | 1001001 | 1011100 | 0 | 1101 | 1100011 | 110110 |
Color Harmonies of #FE4514
Complementary color
Monochromatic Colors of #FE4514
Black with #FE4514
Text Example
Text Example
White with #FE4514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4514; }
p { color: rgb(254,69,20); }
H1.HeaderClassName
{
color: #FE4514;
}
.AnyTagClassName
{
color: #FE4514;
}
</style>
background-color css
<style>
a { background-color: #FE4514; }
a { background-color: rgb(254,69,20); }
div.DivClassName
{
background-color: #FE4514;
}
.BgClassName
{
background-color: #FE4514;
}
</style>
border-color css
<style>
span { border-color: #FE4514; }
span { border-color: rgb(254,69,20); }
td.TdClassName
{
border-color: #FE4514;
}
.TagClassName
{
border-color: #FE4514;
}
</style>