Shades of Red Orange #FE3228
Tints of Red Orange #FE3228
RGB
CMYK
RGB Variations
Color information
#FE3228 (or 0xFE3228) is known color: Red Orange. HEX triplet: FE, 32 and 28. RGB value is (254,50,40). Sum of RGB (Red+Green+Blue) = 254+50+40=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3228 is #01CDD7. Grayscale: #6E6E6E. Windows color (decimal): -118232 or 2634494. OLE color: 2634494.
HSL color Cylindrical-coordinate representation of color #FE3228: hue angle of 2.8º 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 #FE3228 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 40 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.00 |
| HSL | 2.8º | 0.99% | 0.58% | - |
| HSV(B) | 2.8º | 0.84% | 1% | - |
| XYZ | 42.4 | 23.51 | 4.31 | - |
| YUV | 109.86 | 88.59 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 40 | 0 | 0.80 | 0.84 | 0.00 | 2.8 | 0.99 | 0.58 |
| Hex | FE | 32 | 28 | 0 | 50 | 54 | 0 | 3 | 63 | 3A |
| Octal | 376 | 62 | 50 | 0 | 120 | 124 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110010 | 101000 | 0 | 1010000 | 1010100 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE3228
Complementary color
Monochromatic Colors of #FE3228
Black with #FE3228
Text Example
Text Example
White with #FE3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3228; }
p { color: rgb(254,50,40); }
H1.HeaderClassName
{
color: #FE3228;
}
.AnyTagClassName
{
color: #FE3228;
}
</style>
background-color css
<style>
a { background-color: #FE3228; }
a { background-color: rgb(254,50,40); }
div.DivClassName
{
background-color: #FE3228;
}
.BgClassName
{
background-color: #FE3228;
}
</style>
border-color css
<style>
span { border-color: #FE3228; }
span { border-color: rgb(254,50,40); }
td.TdClassName
{
border-color: #FE3228;
}
.TagClassName
{
border-color: #FE3228;
}
</style>