Shades of Red Orange #FE4B30
Tints of Red Orange #FE4B30
RGB
CMYK
RGB Variations
Color information
#FE4B30 (or 0xFE4B30) is known color: Red Orange. HEX triplet: FE, 4B and 30. RGB value is (254,75,48). Sum of RGB (Red+Green+Blue) = 254+75+48=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B30 is #01B4CF. Grayscale: #7D7D7D. Windows color (decimal): -111824 or 3165182. OLE color: 3165182.
HSL color Cylindrical-coordinate representation of color #FE4B30: hue angle of 7.86º 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 #FE4B30 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 48 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.00 |
| HSL | 7.86º | 0.99% | 0.59% | - |
| HSV(B) | 7.86º | 0.81% | 1% | - |
| XYZ | 43.92 | 26.32 | 5.56 | - |
| YUV | 125.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 48 | 0 | 0.70 | 0.81 | 0.00 | 7.86 | 0.99 | 0.59 |
| Hex | FE | 4B | 30 | 0 | 46 | 51 | 0 | 8 | 63 | 3B |
| Octal | 376 | 113 | 60 | 0 | 106 | 121 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001011 | 110000 | 0 | 1000110 | 1010001 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE4B30
Complementary color
Monochromatic Colors of #FE4B30
Black with #FE4B30
Text Example
Text Example
White with #FE4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B30; }
p { color: rgb(254,75,48); }
H1.HeaderClassName
{
color: #FE4B30;
}
.AnyTagClassName
{
color: #FE4B30;
}
</style>
background-color css
<style>
a { background-color: #FE4B30; }
a { background-color: rgb(254,75,48); }
div.DivClassName
{
background-color: #FE4B30;
}
.BgClassName
{
background-color: #FE4B30;
}
</style>
border-color css
<style>
span { border-color: #FE4B30; }
span { border-color: rgb(254,75,48); }
td.TdClassName
{
border-color: #FE4B30;
}
.TagClassName
{
border-color: #FE4B30;
}
</style>