Shades of Red Orange #FE4A28
Tints of Red Orange #FE4A28
RGB
CMYK
RGB Variations
Color information
#FE4A28 (or 0xFE4A28) is known color: Red Orange. HEX triplet: FE, 4A and 28. RGB value is (254,74,40). Sum of RGB (Red+Green+Blue) = 254+74+40=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A28 is #01B5D7. Grayscale: #7C7C7C. Windows color (decimal): -112088 or 2640638. OLE color: 2640638.
HSL color Cylindrical-coordinate representation of color #FE4A28: hue angle of 9.53º 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 #FE4A28 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 40 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.00 |
| HSL | 9.53º | 0.99% | 0.58% | - |
| HSV(B) | 9.53º | 0.84% | 1% | - |
| XYZ | 43.7 | 26.12 | 4.75 | - |
| YUV | 123.94 | 80.63 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 40 | 0 | 0.71 | 0.84 | 0.00 | 9.53 | 0.99 | 0.58 |
| Hex | FE | 4A | 28 | 0 | 47 | 54 | 0 | A | 63 | 3A |
| Octal | 376 | 112 | 50 | 0 | 107 | 124 | 0 | 12 | 143 | 72 |
| Binary | 11111110 | 1001010 | 101000 | 0 | 1000111 | 1010100 | 0 | 1010 | 1100011 | 111010 |
Color Harmonies of #FE4A28
Complementary color
Monochromatic Colors of #FE4A28
Black with #FE4A28
Text Example
Text Example
White with #FE4A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A28; }
p { color: rgb(254,74,40); }
H1.HeaderClassName
{
color: #FE4A28;
}
.AnyTagClassName
{
color: #FE4A28;
}
</style>
background-color css
<style>
a { background-color: #FE4A28; }
a { background-color: rgb(254,74,40); }
div.DivClassName
{
background-color: #FE4A28;
}
.BgClassName
{
background-color: #FE4A28;
}
</style>
border-color css
<style>
span { border-color: #FE4A28; }
span { border-color: rgb(254,74,40); }
td.TdClassName
{
border-color: #FE4A28;
}
.TagClassName
{
border-color: #FE4A28;
}
</style>