Shades of Orange Red #FE4A13
Tints of Orange Red #FE4A13
RGB
CMYK
RGB Variations
Color information
#FE4A13 (or 0xFE4A13) is known color: Orange Red. HEX triplet: FE, 4A and 13. RGB value is (254,74,19). Sum of RGB (Red+Green+Blue) = 254+74+19=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4A13 is #01B5EC. Grayscale: #797979. Windows color (decimal): -112109 or 1264382. OLE color: 1264382.
HSL color Cylindrical-coordinate representation of color #FE4A13: hue angle of 14.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE4A13 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 19 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.00 |
| HSL | 14.04º | 0.99% | 0.54% | - |
| HSV(B) | 14.04º | 0.93% | 1% | - |
| XYZ | 43.44 | 26.02 | 3.35 | - |
| YUV | 121.55 | 70.13 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 19 | 0 | 0.71 | 0.93 | 0.00 | 14.04 | 0.99 | 0.54 |
| Hex | FE | 4A | 13 | 0 | 47 | 5D | 0 | E | 63 | 36 |
| Octal | 376 | 112 | 23 | 0 | 107 | 135 | 0 | 16 | 143 | 66 |
| Binary | 11111110 | 1001010 | 10011 | 0 | 1000111 | 1011101 | 0 | 1110 | 1100011 | 110110 |
Color Harmonies of #FE4A13
Complementary color
Monochromatic Colors of #FE4A13
Black with #FE4A13
Text Example
Text Example
White with #FE4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A13; }
p { color: rgb(254,74,19); }
H1.HeaderClassName
{
color: #FE4A13;
}
.AnyTagClassName
{
color: #FE4A13;
}
</style>
background-color css
<style>
a { background-color: #FE4A13; }
a { background-color: rgb(254,74,19); }
div.DivClassName
{
background-color: #FE4A13;
}
.BgClassName
{
background-color: #FE4A13;
}
</style>
border-color css
<style>
span { border-color: #FE4A13; }
span { border-color: rgb(254,74,19); }
td.TdClassName
{
border-color: #FE4A13;
}
.TagClassName
{
border-color: #FE4A13;
}
</style>