Shades of Red Orange #FE481D
Tints of Red Orange #FE481D
RGB
CMYK
RGB Variations
Color information
#FE481D (or 0xFE481D) is known color: Red Orange. HEX triplet: FE, 48 and 1D. RGB value is (254,72,29). Sum of RGB (Red+Green+Blue) = 254+72+29=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE481D is #01B7E2. Grayscale: #797979. Windows color (decimal): -112611 or 1919230. OLE color: 1919230.
HSL color Cylindrical-coordinate representation of color #FE481D: hue angle of 11.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE481D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 29 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.00 |
| HSL | 11.47º | 0.99% | 0.55% | - |
| HSV(B) | 11.47º | 0.89% | 1% | - |
| XYZ | 43.41 | 25.79 | 3.85 | - |
| YUV | 121.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 29 | 0 | 0.72 | 0.89 | 0.00 | 11.47 | 0.99 | 0.55 |
| Hex | FE | 48 | 1D | 0 | 48 | 59 | 0 | B | 63 | 37 |
| Octal | 376 | 110 | 35 | 0 | 110 | 131 | 0 | 13 | 143 | 67 |
| Binary | 11111110 | 1001000 | 11101 | 0 | 1001000 | 1011001 | 0 | 1011 | 1100011 | 110111 |
Color Harmonies of #FE481D
Complementary color
Monochromatic Colors of #FE481D
Black with #FE481D
Text Example
Text Example
White with #FE481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE481D; }
p { color: rgb(254,72,29); }
H1.HeaderClassName
{
color: #FE481D;
}
.AnyTagClassName
{
color: #FE481D;
}
</style>
background-color css
<style>
a { background-color: #FE481D; }
a { background-color: rgb(254,72,29); }
div.DivClassName
{
background-color: #FE481D;
}
.BgClassName
{
background-color: #FE481D;
}
</style>
border-color css
<style>
span { border-color: #FE481D; }
span { border-color: rgb(254,72,29); }
td.TdClassName
{
border-color: #FE481D;
}
.TagClassName
{
border-color: #FE481D;
}
</style>