Shades of Red Orange #FE402C
Tints of Red Orange #FE402C
RGB
CMYK
RGB Variations
Color information
#FE402C (or 0xFE402C) is known color: Red Orange. HEX triplet: FE, 40 and 2C. RGB value is (254,64,44). Sum of RGB (Red+Green+Blue) = 254+64+44=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE402C is #01BFD3. Grayscale: #767676. Windows color (decimal): -114644 or 2900222. OLE color: 2900222.
HSL color Cylindrical-coordinate representation of color #FE402C: hue angle of 5.71º 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 #FE402C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 44 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.00 |
| HSL | 5.71º | 0.99% | 0.58% | - |
| HSV(B) | 5.71º | 0.83% | 1% | - |
| XYZ | 43.16 | 24.92 | 4.92 | - |
| YUV | 118.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 44 | 0 | 0.75 | 0.83 | 0.00 | 5.71 | 0.99 | 0.58 |
| Hex | FE | 40 | 2C | 0 | 4B | 53 | 0 | 6 | 63 | 3A |
| Octal | 376 | 100 | 54 | 0 | 113 | 123 | 0 | 6 | 143 | 72 |
| Binary | 11111110 | 1000000 | 101100 | 0 | 1001011 | 1010011 | 0 | 110 | 1100011 | 111010 |
Color Harmonies of #FE402C
Complementary color
Monochromatic Colors of #FE402C
Black with #FE402C
Text Example
Text Example
White with #FE402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE402C; }
p { color: rgb(254,64,44); }
H1.HeaderClassName
{
color: #FE402C;
}
.AnyTagClassName
{
color: #FE402C;
}
</style>
background-color css
<style>
a { background-color: #FE402C; }
a { background-color: rgb(254,64,44); }
div.DivClassName
{
background-color: #FE402C;
}
.BgClassName
{
background-color: #FE402C;
}
</style>
border-color css
<style>
span { border-color: #FE402C; }
span { border-color: rgb(254,64,44); }
td.TdClassName
{
border-color: #FE402C;
}
.TagClassName
{
border-color: #FE402C;
}
</style>