Shades of Red Orange #FE4A1D
Tints of Red Orange #FE4A1D
RGB
CMYK
RGB Variations
Color information
#FE4A1D (or 0xFE4A1D) is known color: Red Orange. HEX triplet: FE, 4A and 1D. RGB value is (254,74,29). Sum of RGB (Red+Green+Blue) = 254+74+29=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A1D is #01B5E2. Grayscale: #7B7B7B. Windows color (decimal): -112099 or 1919742. OLE color: 1919742.
HSL color Cylindrical-coordinate representation of color #FE4A1D: hue angle of 12º 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 #FE4A1D is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 29 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.00 |
| HSL | 12º | 0.99% | 0.55% | - |
| HSV(B) | 12º | 0.89% | 1% | - |
| XYZ | 43.54 | 26.06 | 3.9 | - |
| YUV | 122.69 | 75.13 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 29 | 0 | 0.71 | 0.89 | 0.00 | 12 | 0.99 | 0.55 |
| Hex | FE | 4A | 1D | 0 | 47 | 59 | 0 | C | 63 | 37 |
| Octal | 376 | 112 | 35 | 0 | 107 | 131 | 0 | 14 | 143 | 67 |
| Binary | 11111110 | 1001010 | 11101 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100011 | 110111 |
Color Harmonies of #FE4A1D
Complementary color
Monochromatic Colors of #FE4A1D
Black with #FE4A1D
Text Example
Text Example
White with #FE4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A1D; }
p { color: rgb(254,74,29); }
H1.HeaderClassName
{
color: #FE4A1D;
}
.AnyTagClassName
{
color: #FE4A1D;
}
</style>
background-color css
<style>
a { background-color: #FE4A1D; }
a { background-color: rgb(254,74,29); }
div.DivClassName
{
background-color: #FE4A1D;
}
.BgClassName
{
background-color: #FE4A1D;
}
</style>
border-color css
<style>
span { border-color: #FE4A1D; }
span { border-color: rgb(254,74,29); }
td.TdClassName
{
border-color: #FE4A1D;
}
.TagClassName
{
border-color: #FE4A1D;
}
</style>