Shades of Red Orange #FE402D
Tints of Red Orange #FE402D
RGB
CMYK
RGB Variations
Color information
#FE402D (or 0xFE402D) is known color: Red Orange. HEX triplet: FE, 40 and 2D. RGB value is (254,64,45). Sum of RGB (Red+Green+Blue) = 254+64+45=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE402D is #01BFD2. Grayscale: #767676. Windows color (decimal): -114643 or 2965758. OLE color: 2965758.
HSL color Cylindrical-coordinate representation of color #FE402D: hue angle of 5.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE402D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.00 |
| HSL | 5.45º | 0.99% | 0.59% | - |
| HSV(B) | 5.45º | 0.82% | 1% | - |
| XYZ | 43.18 | 24.93 | 5.02 | - |
| YUV | 118.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 45 | 0 | 0.75 | 0.82 | 0.00 | 5.45 | 0.99 | 0.59 |
| Hex | FE | 40 | 2D | 0 | 4B | 52 | 0 | 5 | 63 | 3B |
| Octal | 376 | 100 | 55 | 0 | 113 | 122 | 0 | 5 | 143 | 73 |
| Binary | 11111110 | 1000000 | 101101 | 0 | 1001011 | 1010010 | 0 | 101 | 1100011 | 111011 |
Color Harmonies of #FE402D
Complementary color
Monochromatic Colors of #FE402D
Black with #FE402D
Text Example
Text Example
White with #FE402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE402D; }
p { color: rgb(254,64,45); }
H1.HeaderClassName
{
color: #FE402D;
}
.AnyTagClassName
{
color: #FE402D;
}
</style>
background-color css
<style>
a { background-color: #FE402D; }
a { background-color: rgb(254,64,45); }
div.DivClassName
{
background-color: #FE402D;
}
.BgClassName
{
background-color: #FE402D;
}
</style>
border-color css
<style>
span { border-color: #FE402D; }
span { border-color: rgb(254,64,45); }
td.TdClassName
{
border-color: #FE402D;
}
.TagClassName
{
border-color: #FE402D;
}
</style>