Shades of Orange Red #FE4210
Tints of Orange Red #FE4210
RGB
CMYK
RGB Variations
Color information
#FE4210 (or 0xFE4210) is known color: Orange Red. HEX triplet: FE, 42 and 10. RGB value is (254,66,16). Sum of RGB (Red+Green+Blue) = 254+66+16=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4210 is #01BDEF. Grayscale: #747474. Windows color (decimal): -114160 or 1065726. OLE color: 1065726.
HSL color Cylindrical-coordinate representation of color #FE4210: hue angle of 12.61º 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 #FE4210 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.00 |
| HSL | 12.61º | 0.99% | 0.53% | - |
| HSV(B) | 12.61º | 0.94% | 1% | - |
| XYZ | 42.91 | 25 | 3.05 | - |
| YUV | 116.51 | 71.28 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 16 | 0 | 0.74 | 0.94 | 0.00 | 12.61 | 0.99 | 0.53 |
| Hex | FE | 42 | 10 | 0 | 4A | 5E | 0 | D | 63 | 35 |
| Octal | 376 | 102 | 20 | 0 | 112 | 136 | 0 | 15 | 143 | 65 |
| Binary | 11111110 | 1000010 | 10000 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100011 | 110101 |
Color Harmonies of #FE4210
Complementary color
Monochromatic Colors of #FE4210
Black with #FE4210
Text Example
Text Example
White with #FE4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4210; }
p { color: rgb(254,66,16); }
H1.HeaderClassName
{
color: #FE4210;
}
.AnyTagClassName
{
color: #FE4210;
}
</style>
background-color css
<style>
a { background-color: #FE4210; }
a { background-color: rgb(254,66,16); }
div.DivClassName
{
background-color: #FE4210;
}
.BgClassName
{
background-color: #FE4210;
}
</style>
border-color css
<style>
span { border-color: #FE4210; }
span { border-color: rgb(254,66,16); }
td.TdClassName
{
border-color: #FE4210;
}
.TagClassName
{
border-color: #FE4210;
}
</style>