Shades of Orange Red #FE4902
Tints of Orange Red #FE4902
RGB
CMYK
RGB Variations
Color information
#FE4902 (or 0xFE4902) is known color: Orange Red. HEX triplet: FE, 49 and 02. RGB value is (254,73,2). Sum of RGB (Red+Green+Blue) = 254+73+2=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4902 is #01B6FD. Grayscale: #777777. Windows color (decimal): -112382 or 150014. OLE color: 150014.
HSL color Cylindrical-coordinate representation of color #FE4902: hue angle of 16.9º 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 #FE4902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.00 |
| HSL | 16.9º | 0.99% | 0.5% | - |
| HSV(B) | 16.9º | 0.99% | 1% | - |
| XYZ | 43.27 | 25.84 | 2.76 | - |
| YUV | 119.03 | 61.97 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 2 | 0 | 0.71 | 0.99 | 0.00 | 16.9 | 0.99 | 0.5 |
| Hex | FE | 49 | 2 | 0 | 47 | 63 | 0 | 11 | 63 | 32 |
| Octal | 376 | 111 | 2 | 0 | 107 | 143 | 0 | 21 | 143 | 62 |
| Binary | 11111110 | 1001001 | 10 | 0 | 1000111 | 1100011 | 0 | 10001 | 1100011 | 110010 |
Color Harmonies of #FE4902
Complementary color
Monochromatic Colors of #FE4902
Black with #FE4902
Text Example
Text Example
White with #FE4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4902; }
p { color: rgb(254,73,2); }
H1.HeaderClassName
{
color: #FE4902;
}
.AnyTagClassName
{
color: #FE4902;
}
</style>
background-color css
<style>
a { background-color: #FE4902; }
a { background-color: rgb(254,73,2); }
div.DivClassName
{
background-color: #FE4902;
}
.BgClassName
{
background-color: #FE4902;
}
</style>
border-color css
<style>
span { border-color: #FE4902; }
span { border-color: rgb(254,73,2); }
td.TdClassName
{
border-color: #FE4902;
}
.TagClassName
{
border-color: #FE4902;
}
</style>