Shades of Red Orange #FE4228
Tints of Red Orange #FE4228
RGB
CMYK
RGB Variations
Color information
#FE4228 (or 0xFE4228) is known color: Red Orange. HEX triplet: FE, 42 and 28. RGB value is (254,66,40). Sum of RGB (Red+Green+Blue) = 254+66+40=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4228 is #01BDD7. Grayscale: #777777. Windows color (decimal): -114136 or 2638590. OLE color: 2638590.
HSL color Cylindrical-coordinate representation of color #FE4228: hue angle of 7.29º 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 #FE4228 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.00 |
| HSL | 7.29º | 0.99% | 0.58% | - |
| HSV(B) | 7.29º | 0.84% | 1% | - |
| XYZ | 43.2 | 25.12 | 4.58 | - |
| YUV | 119.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 40 | 0 | 0.74 | 0.84 | 0.00 | 7.29 | 0.99 | 0.58 |
| Hex | FE | 42 | 28 | 0 | 4A | 54 | 0 | 7 | 63 | 3A |
| Octal | 376 | 102 | 50 | 0 | 112 | 124 | 0 | 7 | 143 | 72 |
| Binary | 11111110 | 1000010 | 101000 | 0 | 1001010 | 1010100 | 0 | 111 | 1100011 | 111010 |
Color Harmonies of #FE4228
Complementary color
Monochromatic Colors of #FE4228
Black with #FE4228
Text Example
Text Example
White with #FE4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4228; }
p { color: rgb(254,66,40); }
H1.HeaderClassName
{
color: #FE4228;
}
.AnyTagClassName
{
color: #FE4228;
}
</style>
background-color css
<style>
a { background-color: #FE4228; }
a { background-color: rgb(254,66,40); }
div.DivClassName
{
background-color: #FE4228;
}
.BgClassName
{
background-color: #FE4228;
}
</style>
border-color css
<style>
span { border-color: #FE4228; }
span { border-color: rgb(254,66,40); }
td.TdClassName
{
border-color: #FE4228;
}
.TagClassName
{
border-color: #FE4228;
}
</style>