Shades of Red Orange #FE4730
Tints of Red Orange #FE4730
RGB
CMYK
RGB Variations
Color information
#FE4730 (or 0xFE4730) is known color: Red Orange. HEX triplet: FE, 47 and 30. RGB value is (254,71,48). Sum of RGB (Red+Green+Blue) = 254+71+48=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4730 is #01B8CF. Grayscale: #7B7B7B. Windows color (decimal): -112848 or 3164158. OLE color: 3164158.
HSL color Cylindrical-coordinate representation of color #FE4730: hue angle of 6.7º 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 #FE4730 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 48 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.00 |
| HSL | 6.7º | 0.99% | 0.59% | - |
| HSV(B) | 6.7º | 0.81% | 1% | - |
| XYZ | 43.66 | 25.79 | 5.47 | - |
| YUV | 123.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 48 | 0 | 0.72 | 0.81 | 0.00 | 6.7 | 0.99 | 0.59 |
| Hex | FE | 47 | 30 | 0 | 48 | 51 | 0 | 7 | 63 | 3B |
| Octal | 376 | 107 | 60 | 0 | 110 | 121 | 0 | 7 | 143 | 73 |
| Binary | 11111110 | 1000111 | 110000 | 0 | 1001000 | 1010001 | 0 | 111 | 1100011 | 111011 |
Color Harmonies of #FE4730
Complementary color
Monochromatic Colors of #FE4730
Black with #FE4730
Text Example
Text Example
White with #FE4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4730; }
p { color: rgb(254,71,48); }
H1.HeaderClassName
{
color: #FE4730;
}
.AnyTagClassName
{
color: #FE4730;
}
</style>
background-color css
<style>
a { background-color: #FE4730; }
a { background-color: rgb(254,71,48); }
div.DivClassName
{
background-color: #FE4730;
}
.BgClassName
{
background-color: #FE4730;
}
</style>
border-color css
<style>
span { border-color: #FE4730; }
span { border-color: rgb(254,71,48); }
td.TdClassName
{
border-color: #FE4730;
}
.TagClassName
{
border-color: #FE4730;
}
</style>