Shades of Orange Red #FE4802
Tints of Orange Red #FE4802
RGB
CMYK
RGB Variations
Color information
#FE4802 (or 0xFE4802) is known color: Orange Red. HEX triplet: FE, 48 and 02. RGB value is (254,72,2). Sum of RGB (Red+Green+Blue) = 254+72+2=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4802 is #01B7FD. Grayscale: #767676. Windows color (decimal): -112638 or 149758. OLE color: 149758.
HSL color Cylindrical-coordinate representation of color #FE4802: hue angle of 16.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE4802 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.00 |
| HSL | 16.67º | 0.99% | 0.5% | - |
| HSV(B) | 16.67º | 0.99% | 1% | - |
| XYZ | 43.2 | 25.71 | 2.74 | - |
| YUV | 118.44 | 62.3 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 2 | 0 | 0.72 | 0.99 | 0.00 | 16.67 | 0.99 | 0.5 |
| Hex | FE | 48 | 2 | 0 | 48 | 63 | 0 | 11 | 63 | 32 |
| Octal | 376 | 110 | 2 | 0 | 110 | 143 | 0 | 21 | 143 | 62 |
| Binary | 11111110 | 1001000 | 10 | 0 | 1001000 | 1100011 | 0 | 10001 | 1100011 | 110010 |
Color Harmonies of #FE4802
Complementary color
Monochromatic Colors of #FE4802
Black with #FE4802
Text Example
Text Example
White with #FE4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4802; }
p { color: rgb(254,72,2); }
H1.HeaderClassName
{
color: #FE4802;
}
.AnyTagClassName
{
color: #FE4802;
}
</style>
background-color css
<style>
a { background-color: #FE4802; }
a { background-color: rgb(254,72,2); }
div.DivClassName
{
background-color: #FE4802;
}
.BgClassName
{
background-color: #FE4802;
}
</style>
border-color css
<style>
span { border-color: #FE4802; }
span { border-color: rgb(254,72,2); }
td.TdClassName
{
border-color: #FE4802;
}
.TagClassName
{
border-color: #FE4802;
}
</style>