Shades of Red Orange #FE412C
Tints of Red Orange #FE412C
RGB
CMYK
RGB Variations
Color information
#FE412C (or 0xFE412C) is known color: Red Orange. HEX triplet: FE, 41 and 2C. RGB value is (254,65,44). Sum of RGB (Red+Green+Blue) = 254+65+44=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE412C is #01BED3. Grayscale: #777777. Windows color (decimal): -114388 or 2900478. OLE color: 2900478.
HSL color Cylindrical-coordinate representation of color #FE412C: hue angle of 6º 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 #FE412C is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 44 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.00 |
| HSL | 6º | 0.99% | 0.58% | - |
| HSV(B) | 6º | 0.83% | 1% | - |
| XYZ | 43.22 | 25.03 | 4.94 | - |
| YUV | 119.12 | 85.62 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 44 | 0 | 0.74 | 0.83 | 0.00 | 6 | 0.99 | 0.58 |
| Hex | FE | 41 | 2C | 0 | 4A | 53 | 0 | 6 | 63 | 3A |
| Octal | 376 | 101 | 54 | 0 | 112 | 123 | 0 | 6 | 143 | 72 |
| Binary | 11111110 | 1000001 | 101100 | 0 | 1001010 | 1010011 | 0 | 110 | 1100011 | 111010 |
Color Harmonies of #FE412C
Complementary color
Monochromatic Colors of #FE412C
Black with #FE412C
Text Example
Text Example
White with #FE412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE412C; }
p { color: rgb(254,65,44); }
H1.HeaderClassName
{
color: #FE412C;
}
.AnyTagClassName
{
color: #FE412C;
}
</style>
background-color css
<style>
a { background-color: #FE412C; }
a { background-color: rgb(254,65,44); }
div.DivClassName
{
background-color: #FE412C;
}
.BgClassName
{
background-color: #FE412C;
}
</style>
border-color css
<style>
span { border-color: #FE412C; }
span { border-color: rgb(254,65,44); }
td.TdClassName
{
border-color: #FE412C;
}
.TagClassName
{
border-color: #FE412C;
}
</style>