Shades of Red Orange #FE4D30
Tints of Red Orange #FE4D30
RGB
CMYK
RGB Variations
Color information
#FE4D30 (or 0xFE4D30) is known color: Red Orange. HEX triplet: FE, 4D and 30. RGB value is (254,77,48). Sum of RGB (Red+Green+Blue) = 254+77+48=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D30 is #01B2CF. Grayscale: #7E7E7E. Windows color (decimal): -111312 or 3165694. OLE color: 3165694.
HSL color Cylindrical-coordinate representation of color #FE4D30: hue angle of 8.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE4D30 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 48 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.00 |
| HSL | 8.45º | 0.99% | 0.59% | - |
| HSV(B) | 8.45º | 0.81% | 1% | - |
| XYZ | 44.06 | 26.59 | 5.61 | - |
| YUV | 126.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 48 | 0 | 0.70 | 0.81 | 0.00 | 8.45 | 0.99 | 0.59 |
| Hex | FE | 4D | 30 | 0 | 46 | 51 | 0 | 8 | 63 | 3B |
| Octal | 376 | 115 | 60 | 0 | 106 | 121 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001101 | 110000 | 0 | 1000110 | 1010001 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE4D30
Complementary color
Monochromatic Colors of #FE4D30
Black with #FE4D30
Text Example
Text Example
White with #FE4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D30; }
p { color: rgb(254,77,48); }
H1.HeaderClassName
{
color: #FE4D30;
}
.AnyTagClassName
{
color: #FE4D30;
}
</style>
background-color css
<style>
a { background-color: #FE4D30; }
a { background-color: rgb(254,77,48); }
div.DivClassName
{
background-color: #FE4D30;
}
.BgClassName
{
background-color: #FE4D30;
}
</style>
border-color css
<style>
span { border-color: #FE4D30; }
span { border-color: rgb(254,77,48); }
td.TdClassName
{
border-color: #FE4D30;
}
.TagClassName
{
border-color: #FE4D30;
}
</style>