Shades of Red Orange #FE3C2A
Tints of Red Orange #FE3C2A
RGB
CMYK
RGB Variations
Color information
#FE3C2A (or 0xFE3C2A) is known color: Red Orange. HEX triplet: FE, 3C and 2A. RGB value is (254,60,42). Sum of RGB (Red+Green+Blue) = 254+60+42=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C2A is #01C3D5. Grayscale: #747474. Windows color (decimal): -115670 or 2768126. OLE color: 2768126.
HSL color Cylindrical-coordinate representation of color #FE3C2A: hue angle of 5.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE3C2A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 42 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.00 |
| HSL | 5.09º | 0.99% | 0.58% | - |
| HSV(B) | 5.09º | 0.83% | 1% | - |
| XYZ | 42.91 | 24.47 | 4.65 | - |
| YUV | 115.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 42 | 0 | 0.76 | 0.83 | 0.00 | 5.09 | 0.99 | 0.58 |
| Hex | FE | 3C | 2A | 0 | 4C | 53 | 0 | 5 | 63 | 3A |
| Octal | 376 | 74 | 52 | 0 | 114 | 123 | 0 | 5 | 143 | 72 |
| Binary | 11111110 | 111100 | 101010 | 0 | 1001100 | 1010011 | 0 | 101 | 1100011 | 111010 |
Color Harmonies of #FE3C2A
Complementary color
Monochromatic Colors of #FE3C2A
Black with #FE3C2A
Text Example
Text Example
White with #FE3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C2A; }
p { color: rgb(254,60,42); }
H1.HeaderClassName
{
color: #FE3C2A;
}
.AnyTagClassName
{
color: #FE3C2A;
}
</style>
background-color css
<style>
a { background-color: #FE3C2A; }
a { background-color: rgb(254,60,42); }
div.DivClassName
{
background-color: #FE3C2A;
}
.BgClassName
{
background-color: #FE3C2A;
}
</style>
border-color css
<style>
span { border-color: #FE3C2A; }
span { border-color: rgb(254,60,42); }
td.TdClassName
{
border-color: #FE3C2A;
}
.TagClassName
{
border-color: #FE3C2A;
}
</style>