Shades of Orange Red #FE400A
Tints of Orange Red #FE400A
RGB
CMYK
RGB Variations
Color information
#FE400A (or 0xFE400A) is known color: Orange Red. HEX triplet: FE, 40 and 0A. RGB value is (254,64,10). Sum of RGB (Red+Green+Blue) = 254+64+10=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE400A is #01BFF5. Grayscale: #737373. Windows color (decimal): -114678 or 671998. OLE color: 671998.
HSL color Cylindrical-coordinate representation of color #FE400A: hue angle of 13.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE400A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.00 |
| HSL | 13.28º | 0.99% | 0.52% | - |
| HSV(B) | 13.28º | 0.96% | 1% | - |
| XYZ | 42.76 | 24.76 | 2.81 | - |
| YUV | 114.65 | 68.95 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 10 | 0 | 0.75 | 0.96 | 0.00 | 13.28 | 0.99 | 0.52 |
| Hex | FE | 40 | A | 0 | 4B | 60 | 0 | D | 63 | 34 |
| Octal | 376 | 100 | 12 | 0 | 113 | 140 | 0 | 15 | 143 | 64 |
| Binary | 11111110 | 1000000 | 1010 | 0 | 1001011 | 1100000 | 0 | 1101 | 1100011 | 110100 |
Color Harmonies of #FE400A
Complementary color
Monochromatic Colors of #FE400A
Black with #FE400A
Text Example
Text Example
White with #FE400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE400A; }
p { color: rgb(254,64,10); }
H1.HeaderClassName
{
color: #FE400A;
}
.AnyTagClassName
{
color: #FE400A;
}
</style>
background-color css
<style>
a { background-color: #FE400A; }
a { background-color: rgb(254,64,10); }
div.DivClassName
{
background-color: #FE400A;
}
.BgClassName
{
background-color: #FE400A;
}
</style>
border-color css
<style>
span { border-color: #FE400A; }
span { border-color: rgb(254,64,10); }
td.TdClassName
{
border-color: #FE400A;
}
.TagClassName
{
border-color: #FE400A;
}
</style>