Shades of Red Orange #FE4220
Tints of Red Orange #FE4220
RGB
CMYK
RGB Variations
Color information
#FE4220 (or 0xFE4220) is known color: Red Orange. HEX triplet: FE, 42 and 20. RGB value is (254,66,32). Sum of RGB (Red+Green+Blue) = 254+66+32=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4220 is #01BDDF. Grayscale: #767676. Windows color (decimal): -114144 or 2114302. OLE color: 2114302.
HSL color Cylindrical-coordinate representation of color #FE4220: hue angle of 9.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE4220 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.00 |
| HSL | 9.19º | 0.99% | 0.56% | - |
| HSV(B) | 9.19º | 0.87% | 1% | - |
| XYZ | 43.08 | 25.07 | 3.94 | - |
| YUV | 118.34 | 79.28 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 32 | 0 | 0.74 | 0.87 | 0.00 | 9.19 | 0.99 | 0.56 |
| Hex | FE | 42 | 20 | 0 | 4A | 57 | 0 | 9 | 63 | 38 |
| Octal | 376 | 102 | 40 | 0 | 112 | 127 | 0 | 11 | 143 | 70 |
| Binary | 11111110 | 1000010 | 100000 | 0 | 1001010 | 1010111 | 0 | 1001 | 1100011 | 111000 |
Color Harmonies of #FE4220
Complementary color
Monochromatic Colors of #FE4220
Black with #FE4220
Text Example
Text Example
White with #FE4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4220; }
p { color: rgb(254,66,32); }
H1.HeaderClassName
{
color: #FE4220;
}
.AnyTagClassName
{
color: #FE4220;
}
</style>
background-color css
<style>
a { background-color: #FE4220; }
a { background-color: rgb(254,66,32); }
div.DivClassName
{
background-color: #FE4220;
}
.BgClassName
{
background-color: #FE4220;
}
</style>
border-color css
<style>
span { border-color: #FE4220; }
span { border-color: rgb(254,66,32); }
td.TdClassName
{
border-color: #FE4220;
}
.TagClassName
{
border-color: #FE4220;
}
</style>