Shades of Red Orange #FE412A
Tints of Red Orange #FE412A
RGB
CMYK
RGB Variations
Color information
#FE412A (or 0xFE412A) is known color: Red Orange. HEX triplet: FE, 41 and 2A. RGB value is (254,65,42). Sum of RGB (Red+Green+Blue) = 254+65+42=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE412A is #01BED5. Grayscale: #777777. Windows color (decimal): -114390 or 2769406. OLE color: 2769406.
HSL color Cylindrical-coordinate representation of color #FE412A: hue angle of 6.51º 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 #FE412A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.00 |
| HSL | 6.51º | 0.99% | 0.58% | - |
| HSV(B) | 6.51º | 0.83% | 1% | - |
| XYZ | 43.18 | 25.02 | 4.74 | - |
| YUV | 118.89 | 84.62 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 42 | 0 | 0.74 | 0.83 | 0.00 | 6.51 | 0.99 | 0.58 |
| Hex | FE | 41 | 2A | 0 | 4A | 53 | 0 | 7 | 63 | 3A |
| Octal | 376 | 101 | 52 | 0 | 112 | 123 | 0 | 7 | 143 | 72 |
| Binary | 11111110 | 1000001 | 101010 | 0 | 1001010 | 1010011 | 0 | 111 | 1100011 | 111010 |
Color Harmonies of #FE412A
Complementary color
Monochromatic Colors of #FE412A
Black with #FE412A
Text Example
Text Example
White with #FE412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE412A; }
p { color: rgb(254,65,42); }
H1.HeaderClassName
{
color: #FE412A;
}
.AnyTagClassName
{
color: #FE412A;
}
</style>
background-color css
<style>
a { background-color: #FE412A; }
a { background-color: rgb(254,65,42); }
div.DivClassName
{
background-color: #FE412A;
}
.BgClassName
{
background-color: #FE412A;
}
</style>
border-color css
<style>
span { border-color: #FE412A; }
span { border-color: rgb(254,65,42); }
td.TdClassName
{
border-color: #FE412A;
}
.TagClassName
{
border-color: #FE412A;
}
</style>