Shades of Red Orange #FE3029
Tints of Red Orange #FE3029
RGB
CMYK
RGB Variations
Color information
#FE3029 (or 0xFE3029) is known color: Red Orange. HEX triplet: FE, 30 and 29. RGB value is (254,48,41). Sum of RGB (Red+Green+Blue) = 254+48+41=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3029 is #01CFD6. Grayscale: #6D6D6D. Windows color (decimal): -118743 or 2699518. OLE color: 2699518.
HSL color Cylindrical-coordinate representation of color #FE3029: hue angle of 1.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE3029 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 41 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.00 |
| HSL | 1.97º | 0.99% | 0.58% | - |
| HSV(B) | 1.97º | 0.84% | 1% | - |
| XYZ | 42.33 | 23.34 | 4.37 | - |
| YUV | 108.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 41 | 0 | 0.81 | 0.84 | 0.00 | 1.97 | 0.99 | 0.58 |
| Hex | FE | 30 | 29 | 0 | 51 | 54 | 0 | 2 | 63 | 3A |
| Octal | 376 | 60 | 51 | 0 | 121 | 124 | 0 | 2 | 143 | 72 |
| Binary | 11111110 | 110000 | 101001 | 0 | 1010001 | 1010100 | 0 | 10 | 1100011 | 111010 |
Color Harmonies of #FE3029
Complementary color
Monochromatic Colors of #FE3029
Black with #FE3029
Text Example
Text Example
White with #FE3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3029; }
p { color: rgb(254,48,41); }
H1.HeaderClassName
{
color: #FE3029;
}
.AnyTagClassName
{
color: #FE3029;
}
</style>
background-color css
<style>
a { background-color: #FE3029; }
a { background-color: rgb(254,48,41); }
div.DivClassName
{
background-color: #FE3029;
}
.BgClassName
{
background-color: #FE3029;
}
</style>
border-color css
<style>
span { border-color: #FE3029; }
span { border-color: rgb(254,48,41); }
td.TdClassName
{
border-color: #FE3029;
}
.TagClassName
{
border-color: #FE3029;
}
</style>