Shades of Red Orange #FE3A28
Tints of Red Orange #FE3A28
RGB
CMYK
RGB Variations
Color information
#FE3A28 (or 0xFE3A28) is known color: Red Orange. HEX triplet: FE, 3A and 28. RGB value is (254,58,40). Sum of RGB (Red+Green+Blue) = 254+58+40=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A28 is #01C5D7. Grayscale: #727272. Windows color (decimal): -116184 or 2636542. OLE color: 2636542.
HSL color Cylindrical-coordinate representation of color #FE3A28: hue angle of 5.05º 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 #FE3A28 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 40 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.00 |
| HSL | 5.05º | 0.99% | 0.58% | - |
| HSV(B) | 5.05º | 0.84% | 1% | - |
| XYZ | 42.77 | 24.25 | 4.43 | - |
| YUV | 114.55 | 85.93 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 40 | 0 | 0.77 | 0.84 | 0.00 | 5.05 | 0.99 | 0.58 |
| Hex | FE | 3A | 28 | 0 | 4D | 54 | 0 | 5 | 63 | 3A |
| Octal | 376 | 72 | 50 | 0 | 115 | 124 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111010 | 101000 | 0 | 1001101 | 1010100 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3A28
Complementary color
Monochromatic Colors of #FE3A28
Black with #FE3A28
Text Example
Text Example
White with #FE3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A28; }
p { color: rgb(254,58,40); }
H1.HeaderClassName
{
color: #FE3A28;
}
.AnyTagClassName
{
color: #FE3A28;
}
</style>
background-color css
<style>
a { background-color: #FE3A28; }
a { background-color: rgb(254,58,40); }
div.DivClassName
{
background-color: #FE3A28;
}
.BgClassName
{
background-color: #FE3A28;
}
</style>
border-color css
<style>
span { border-color: #FE3A28; }
span { border-color: rgb(254,58,40); }
td.TdClassName
{
border-color: #FE3A28;
}
.TagClassName
{
border-color: #FE3A28;
}
</style>