Shades of Orange Red #FE4510
Tints of Orange Red #FE4510
RGB
CMYK
RGB Variations
Color information
#FE4510 (or 0xFE4510) is known color: Orange Red. HEX triplet: FE, 45 and 10. RGB value is (254,69,16). Sum of RGB (Red+Green+Blue) = 254+69+16=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4510 is #01BAEF. Grayscale: #767676. Windows color (decimal): -113392 or 1066494. OLE color: 1066494.
HSL color Cylindrical-coordinate representation of color #FE4510: hue angle of 13.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE4510 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 16 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.00 |
| HSL | 13.36º | 0.99% | 0.53% | - |
| HSV(B) | 13.36º | 0.94% | 1% | - |
| XYZ | 43.09 | 25.36 | 3.11 | - |
| YUV | 118.27 | 70.29 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 16 | 0 | 0.73 | 0.94 | 0.00 | 13.36 | 0.99 | 0.53 |
| Hex | FE | 45 | 10 | 0 | 49 | 5E | 0 | D | 63 | 35 |
| Octal | 376 | 105 | 20 | 0 | 111 | 136 | 0 | 15 | 143 | 65 |
| Binary | 11111110 | 1000101 | 10000 | 0 | 1001001 | 1011110 | 0 | 1101 | 1100011 | 110101 |
Color Harmonies of #FE4510
Complementary color
Monochromatic Colors of #FE4510
Black with #FE4510
Text Example
Text Example
White with #FE4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4510; }
p { color: rgb(254,69,16); }
H1.HeaderClassName
{
color: #FE4510;
}
.AnyTagClassName
{
color: #FE4510;
}
</style>
background-color css
<style>
a { background-color: #FE4510; }
a { background-color: rgb(254,69,16); }
div.DivClassName
{
background-color: #FE4510;
}
.BgClassName
{
background-color: #FE4510;
}
</style>
border-color css
<style>
span { border-color: #FE4510; }
span { border-color: rgb(254,69,16); }
td.TdClassName
{
border-color: #FE4510;
}
.TagClassName
{
border-color: #FE4510;
}
</style>