Shades of Red Orange #FE4229
Tints of Red Orange #FE4229
RGB
CMYK
RGB Variations
Color information
#FE4229 (or 0xFE4229) is known color: Red Orange. HEX triplet: FE, 42 and 29. RGB value is (254,66,41). Sum of RGB (Red+Green+Blue) = 254+66+41=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4229 is #01BDD6. Grayscale: #777777. Windows color (decimal): -114135 or 2704126. OLE color: 2704126.
HSL color Cylindrical-coordinate representation of color #FE4229: hue angle of 7.04º 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 #FE4229 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 41 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.00 |
| HSL | 7.04º | 0.99% | 0.58% | - |
| HSV(B) | 7.04º | 0.84% | 1% | - |
| XYZ | 43.22 | 25.13 | 4.67 | - |
| YUV | 119.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 41 | 0 | 0.74 | 0.84 | 0.00 | 7.04 | 0.99 | 0.58 |
| Hex | FE | 42 | 29 | 0 | 4A | 54 | 0 | 7 | 63 | 3A |
| Octal | 376 | 102 | 51 | 0 | 112 | 124 | 0 | 7 | 143 | 72 |
| Binary | 11111110 | 1000010 | 101001 | 0 | 1001010 | 1010100 | 0 | 111 | 1100011 | 111010 |
Color Harmonies of #FE4229
Complementary color
Monochromatic Colors of #FE4229
Black with #FE4229
Text Example
Text Example
White with #FE4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4229; }
p { color: rgb(254,66,41); }
H1.HeaderClassName
{
color: #FE4229;
}
.AnyTagClassName
{
color: #FE4229;
}
</style>
background-color css
<style>
a { background-color: #FE4229; }
a { background-color: rgb(254,66,41); }
div.DivClassName
{
background-color: #FE4229;
}
.BgClassName
{
background-color: #FE4229;
}
</style>
border-color css
<style>
span { border-color: #FE4229; }
span { border-color: rgb(254,66,41); }
td.TdClassName
{
border-color: #FE4229;
}
.TagClassName
{
border-color: #FE4229;
}
</style>