Shades of Orange Red #FE4010
Tints of Orange Red #FE4010
RGB
CMYK
RGB Variations
Color information
#FE4010 (or 0xFE4010) is known color: Orange Red. HEX triplet: FE, 40 and 10. RGB value is (254,64,16). Sum of RGB (Red+Green+Blue) = 254+64+16=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4010 is #01BFEF. Grayscale: #737373. Windows color (decimal): -114672 or 1065214. OLE color: 1065214.
HSL color Cylindrical-coordinate representation of color #FE4010: hue angle of 12.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE4010 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 16 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.00 |
| HSL | 12.1º | 0.99% | 0.53% | - |
| HSV(B) | 12.1º | 0.94% | 1% | - |
| XYZ | 42.8 | 24.78 | 3.02 | - |
| YUV | 115.34 | 71.95 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 16 | 0 | 0.75 | 0.94 | 0.00 | 12.1 | 0.99 | 0.53 |
| Hex | FE | 40 | 10 | 0 | 4B | 5E | 0 | C | 63 | 35 |
| Octal | 376 | 100 | 20 | 0 | 113 | 136 | 0 | 14 | 143 | 65 |
| Binary | 11111110 | 1000000 | 10000 | 0 | 1001011 | 1011110 | 0 | 1100 | 1100011 | 110101 |
Color Harmonies of #FE4010
Complementary color
Monochromatic Colors of #FE4010
Black with #FE4010
Text Example
Text Example
White with #FE4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4010; }
p { color: rgb(254,64,16); }
H1.HeaderClassName
{
color: #FE4010;
}
.AnyTagClassName
{
color: #FE4010;
}
</style>
background-color css
<style>
a { background-color: #FE4010; }
a { background-color: rgb(254,64,16); }
div.DivClassName
{
background-color: #FE4010;
}
.BgClassName
{
background-color: #FE4010;
}
</style>
border-color css
<style>
span { border-color: #FE4010; }
span { border-color: rgb(254,64,16); }
td.TdClassName
{
border-color: #FE4010;
}
.TagClassName
{
border-color: #FE4010;
}
</style>