Shades of Red Orange #FE4B1D
Tints of Red Orange #FE4B1D
RGB
CMYK
RGB Variations
Color information
#FE4B1D (or 0xFE4B1D) is known color: Red Orange. HEX triplet: FE, 4B and 1D. RGB value is (254,75,29). Sum of RGB (Red+Green+Blue) = 254+75+29=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B1D is #01B4E2. Grayscale: #7B7B7B. Windows color (decimal): -111843 or 1919998. OLE color: 1919998.
HSL color Cylindrical-coordinate representation of color #FE4B1D: hue angle of 12.27º 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 #FE4B1D is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 29 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.00 |
| HSL | 12.27º | 0.99% | 0.55% | - |
| HSV(B) | 12.27º | 0.89% | 1% | - |
| XYZ | 43.61 | 26.19 | 3.92 | - |
| YUV | 123.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 29 | 0 | 0.70 | 0.89 | 0.00 | 12.27 | 0.99 | 0.55 |
| Hex | FE | 4B | 1D | 0 | 46 | 59 | 0 | C | 63 | 37 |
| Octal | 376 | 113 | 35 | 0 | 106 | 131 | 0 | 14 | 143 | 67 |
| Binary | 11111110 | 1001011 | 11101 | 0 | 1000110 | 1011001 | 0 | 1100 | 1100011 | 110111 |
Color Harmonies of #FE4B1D
Complementary color
Monochromatic Colors of #FE4B1D
Black with #FE4B1D
Text Example
Text Example
White with #FE4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B1D; }
p { color: rgb(254,75,29); }
H1.HeaderClassName
{
color: #FE4B1D;
}
.AnyTagClassName
{
color: #FE4B1D;
}
</style>
background-color css
<style>
a { background-color: #FE4B1D; }
a { background-color: rgb(254,75,29); }
div.DivClassName
{
background-color: #FE4B1D;
}
.BgClassName
{
background-color: #FE4B1D;
}
</style>
border-color css
<style>
span { border-color: #FE4B1D; }
span { border-color: rgb(254,75,29); }
td.TdClassName
{
border-color: #FE4B1D;
}
.TagClassName
{
border-color: #FE4B1D;
}
</style>