Shades of Red Orange #FE3A27
Tints of Red Orange #FE3A27
RGB
CMYK
RGB Variations
Color information
#FE3A27 (or 0xFE3A27) is known color: Red Orange. HEX triplet: FE, 3A and 27. RGB value is (254,58,39). Sum of RGB (Red+Green+Blue) = 254+58+39=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A27 is #01C5D8. Grayscale: #727272. Windows color (decimal): -116185 or 2571006. OLE color: 2571006.
HSL color Cylindrical-coordinate representation of color #FE3A27: hue angle of 5.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE3A27 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 39 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.00 |
| HSL | 5.3º | 0.99% | 0.57% | - |
| HSV(B) | 5.3º | 0.85% | 1% | - |
| XYZ | 42.75 | 24.24 | 4.35 | - |
| YUV | 114.44 | 85.43 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 39 | 0 | 0.77 | 0.85 | 0.00 | 5.3 | 0.99 | 0.57 |
| Hex | FE | 3A | 27 | 0 | 4D | 55 | 0 | 5 | 63 | 39 |
| Octal | 376 | 72 | 47 | 0 | 115 | 125 | 0 | 5 | 143 | 71 |
| Binary | 11111110 | 111010 | 100111 | 0 | 1001101 | 1010101 | 0 | 101 | 1100011 | 111001 |
Color Harmonies of #FE3A27
Complementary color
Monochromatic Colors of #FE3A27
Black with #FE3A27
Text Example
Text Example
White with #FE3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A27; }
p { color: rgb(254,58,39); }
H1.HeaderClassName
{
color: #FE3A27;
}
.AnyTagClassName
{
color: #FE3A27;
}
</style>
background-color css
<style>
a { background-color: #FE3A27; }
a { background-color: rgb(254,58,39); }
div.DivClassName
{
background-color: #FE3A27;
}
.BgClassName
{
background-color: #FE3A27;
}
</style>
border-color css
<style>
span { border-color: #FE3A27; }
span { border-color: rgb(254,58,39); }
td.TdClassName
{
border-color: #FE3A27;
}
.TagClassName
{
border-color: #FE3A27;
}
</style>