Shades of Red Orange #FE471E
Tints of Red Orange #FE471E
RGB
CMYK
RGB Variations
Color information
#FE471E (or 0xFE471E) is known color: Red Orange. HEX triplet: FE, 47 and 1E. RGB value is (254,71,30). Sum of RGB (Red+Green+Blue) = 254+71+30=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE471E is #01B8E1. Grayscale: #797979. Windows color (decimal): -112866 or 1984510. OLE color: 1984510.
HSL color Cylindrical-coordinate representation of color #FE471E: hue angle of 10.98º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE471E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.00 |
| HSL | 10.98º | 0.99% | 0.56% | - |
| HSV(B) | 10.98º | 0.88% | 1% | - |
| XYZ | 43.36 | 25.67 | 3.9 | - |
| YUV | 121.04 | 76.63 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 30 | 0 | 0.72 | 0.88 | 0.00 | 10.98 | 0.99 | 0.56 |
| Hex | FE | 47 | 1E | 0 | 48 | 58 | 0 | B | 63 | 38 |
| Octal | 376 | 107 | 36 | 0 | 110 | 130 | 0 | 13 | 143 | 70 |
| Binary | 11111110 | 1000111 | 11110 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100011 | 111000 |
Color Harmonies of #FE471E
Complementary color
Monochromatic Colors of #FE471E
Black with #FE471E
Text Example
Text Example
White with #FE471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE471E; }
p { color: rgb(254,71,30); }
H1.HeaderClassName
{
color: #FE471E;
}
.AnyTagClassName
{
color: #FE471E;
}
</style>
background-color css
<style>
a { background-color: #FE471E; }
a { background-color: rgb(254,71,30); }
div.DivClassName
{
background-color: #FE471E;
}
.BgClassName
{
background-color: #FE471E;
}
</style>
border-color css
<style>
span { border-color: #FE471E; }
span { border-color: rgb(254,71,30); }
td.TdClassName
{
border-color: #FE471E;
}
.TagClassName
{
border-color: #FE471E;
}
</style>