Shades of Orange Red #FE4706
Tints of Orange Red #FE4706
RGB
CMYK
RGB Variations
Color information
#FE4706 (or 0xFE4706) is known color: Orange Red. HEX triplet: FE, 47 and 06. RGB value is (254,71,6). Sum of RGB (Red+Green+Blue) = 254+71+6=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4706 is #01B8F9. Grayscale: #767676. Windows color (decimal): -112890 or 411646. OLE color: 411646.
HSL color Cylindrical-coordinate representation of color #FE4706: hue angle of 15.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE4706 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 6 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.00 |
| HSL | 15.73º | 0.99% | 0.51% | - |
| HSV(B) | 15.73º | 0.98% | 1% | - |
| XYZ | 43.16 | 25.59 | 2.84 | - |
| YUV | 118.31 | 64.63 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 6 | 0 | 0.72 | 0.98 | 0.00 | 15.73 | 0.99 | 0.51 |
| Hex | FE | 47 | 6 | 0 | 48 | 62 | 0 | 10 | 63 | 33 |
| Octal | 376 | 107 | 6 | 0 | 110 | 142 | 0 | 20 | 143 | 63 |
| Binary | 11111110 | 1000111 | 110 | 0 | 1001000 | 1100010 | 0 | 10000 | 1100011 | 110011 |
Color Harmonies of #FE4706
Complementary color
Monochromatic Colors of #FE4706
Black with #FE4706
Text Example
Text Example
White with #FE4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4706; }
p { color: rgb(254,71,6); }
H1.HeaderClassName
{
color: #FE4706;
}
.AnyTagClassName
{
color: #FE4706;
}
</style>
background-color css
<style>
a { background-color: #FE4706; }
a { background-color: rgb(254,71,6); }
div.DivClassName
{
background-color: #FE4706;
}
.BgClassName
{
background-color: #FE4706;
}
</style>
border-color css
<style>
span { border-color: #FE4706; }
span { border-color: rgb(254,71,6); }
td.TdClassName
{
border-color: #FE4706;
}
.TagClassName
{
border-color: #FE4706;
}
</style>