Shades of Red Orange #FE481E
Tints of Red Orange #FE481E
RGB
CMYK
RGB Variations
Color information
#FE481E (or 0xFE481E) is known color: Red Orange. HEX triplet: FE, 48 and 1E. RGB value is (254,72,30). Sum of RGB (Red+Green+Blue) = 254+72+30=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE481E is #01B7E1. Grayscale: #797979. Windows color (decimal): -112610 or 1984766. OLE color: 1984766.
HSL color Cylindrical-coordinate representation of color #FE481E: hue angle of 11.25º 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 #FE481E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.00 |
| HSL | 11.25º | 0.99% | 0.56% | - |
| HSV(B) | 11.25º | 0.88% | 1% | - |
| XYZ | 43.42 | 25.8 | 3.92 | - |
| YUV | 121.63 | 76.3 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 30 | 0 | 0.72 | 0.88 | 0.00 | 11.25 | 0.99 | 0.56 |
| Hex | FE | 48 | 1E | 0 | 48 | 58 | 0 | B | 63 | 38 |
| Octal | 376 | 110 | 36 | 0 | 110 | 130 | 0 | 13 | 143 | 70 |
| Binary | 11111110 | 1001000 | 11110 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100011 | 111000 |
Color Harmonies of #FE481E
Complementary color
Monochromatic Colors of #FE481E
Black with #FE481E
Text Example
Text Example
White with #FE481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE481E; }
p { color: rgb(254,72,30); }
H1.HeaderClassName
{
color: #FE481E;
}
.AnyTagClassName
{
color: #FE481E;
}
</style>
background-color css
<style>
a { background-color: #FE481E; }
a { background-color: rgb(254,72,30); }
div.DivClassName
{
background-color: #FE481E;
}
.BgClassName
{
background-color: #FE481E;
}
</style>
border-color css
<style>
span { border-color: #FE481E; }
span { border-color: rgb(254,72,30); }
td.TdClassName
{
border-color: #FE481E;
}
.TagClassName
{
border-color: #FE481E;
}
</style>