Shades of Orange Red #FE4701
Tints of Orange Red #FE4701
RGB
CMYK
RGB Variations
Color information
#FE4701 (or 0xFE4701) is known color: Orange Red. HEX triplet: FE, 47 and 01. RGB value is (254,71,1). Sum of RGB (Red+Green+Blue) = 254+71+1=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4701 is #01B8FE. Grayscale: #767676. Windows color (decimal): -112895 or 83966. OLE color: 83966.
HSL color Cylindrical-coordinate representation of color #FE4701: hue angle of 16.6º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE4701 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.00 |
| HSL | 16.6º | 0.99% | 0.5% | - |
| HSV(B) | 16.6º | 1% | 1% | - |
| XYZ | 43.13 | 25.58 | 2.69 | - |
| YUV | 117.74 | 62.13 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 1 | 0 | 0.72 | 1.00 | 0.00 | 16.6 | 0.99 | 0.5 |
| Hex | FE | 47 | 1 | 0 | 48 | 64 | 0 | 11 | 63 | 32 |
| Octal | 376 | 107 | 1 | 0 | 110 | 144 | 0 | 21 | 143 | 62 |
| Binary | 11111110 | 1000111 | 1 | 0 | 1001000 | 1100100 | 0 | 10001 | 1100011 | 110010 |
Color Harmonies of #FE4701
Complementary color
Monochromatic Colors of #FE4701
Black with #FE4701
Text Example
Text Example
White with #FE4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4701; }
p { color: rgb(254,71,1); }
H1.HeaderClassName
{
color: #FE4701;
}
.AnyTagClassName
{
color: #FE4701;
}
</style>
background-color css
<style>
a { background-color: #FE4701; }
a { background-color: rgb(254,71,1); }
div.DivClassName
{
background-color: #FE4701;
}
.BgClassName
{
background-color: #FE4701;
}
</style>
border-color css
<style>
span { border-color: #FE4701; }
span { border-color: rgb(254,71,1); }
td.TdClassName
{
border-color: #FE4701;
}
.TagClassName
{
border-color: #FE4701;
}
</style>