Shades of Orange Red #FE4805
Tints of Orange Red #FE4805
RGB
CMYK
RGB Variations
Color information
#FE4805 (or 0xFE4805) is known color: Orange Red. HEX triplet: FE, 48 and 05. RGB value is (254,72,5). Sum of RGB (Red+Green+Blue) = 254+72+5=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4805 is #01B7FA. Grayscale: #777777. Windows color (decimal): -112635 or 346366. OLE color: 346366.
HSL color Cylindrical-coordinate representation of color #FE4805: hue angle of 16.14º 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 #FE4805 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.00 |
| HSL | 16.14º | 0.99% | 0.51% | - |
| HSV(B) | 16.14º | 0.98% | 1% | - |
| XYZ | 43.22 | 25.72 | 2.83 | - |
| YUV | 118.78 | 63.8 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 5 | 0 | 0.72 | 0.98 | 0.00 | 16.14 | 0.99 | 0.51 |
| Hex | FE | 48 | 5 | 0 | 48 | 62 | 0 | 10 | 63 | 33 |
| Octal | 376 | 110 | 5 | 0 | 110 | 142 | 0 | 20 | 143 | 63 |
| Binary | 11111110 | 1001000 | 101 | 0 | 1001000 | 1100010 | 0 | 10000 | 1100011 | 110011 |
Color Harmonies of #FE4805
Complementary color
Monochromatic Colors of #FE4805
Black with #FE4805
Text Example
Text Example
White with #FE4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4805; }
p { color: rgb(254,72,5); }
H1.HeaderClassName
{
color: #FE4805;
}
.AnyTagClassName
{
color: #FE4805;
}
</style>
background-color css
<style>
a { background-color: #FE4805; }
a { background-color: rgb(254,72,5); }
div.DivClassName
{
background-color: #FE4805;
}
.BgClassName
{
background-color: #FE4805;
}
</style>
border-color css
<style>
span { border-color: #FE4805; }
span { border-color: rgb(254,72,5); }
td.TdClassName
{
border-color: #FE4805;
}
.TagClassName
{
border-color: #FE4805;
}
</style>