Shades of Red Orange #FE4920
Tints of Red Orange #FE4920
RGB
CMYK
RGB Variations
Color information
#FE4920 (or 0xFE4920) is known color: Red Orange. HEX triplet: FE, 49 and 20. RGB value is (254,73,32). Sum of RGB (Red+Green+Blue) = 254+73+32=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4920 is #01B6DF. Grayscale: #7A7A7A. Windows color (decimal): -112352 or 2116094. OLE color: 2116094.
HSL color Cylindrical-coordinate representation of color #FE4920: hue angle of 11.08º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE4920 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 32 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.00 |
| HSL | 11.08º | 0.99% | 0.56% | - |
| HSV(B) | 11.08º | 0.87% | 1% | - |
| XYZ | 43.52 | 25.94 | 4.08 | - |
| YUV | 122.45 | 76.97 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 32 | 0 | 0.71 | 0.87 | 0.00 | 11.08 | 0.99 | 0.56 |
| Hex | FE | 49 | 20 | 0 | 47 | 57 | 0 | B | 63 | 38 |
| Octal | 376 | 111 | 40 | 0 | 107 | 127 | 0 | 13 | 143 | 70 |
| Binary | 11111110 | 1001001 | 100000 | 0 | 1000111 | 1010111 | 0 | 1011 | 1100011 | 111000 |
Color Harmonies of #FE4920
Complementary color
Monochromatic Colors of #FE4920
Black with #FE4920
Text Example
Text Example
White with #FE4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4920; }
p { color: rgb(254,73,32); }
H1.HeaderClassName
{
color: #FE4920;
}
.AnyTagClassName
{
color: #FE4920;
}
</style>
background-color css
<style>
a { background-color: #FE4920; }
a { background-color: rgb(254,73,32); }
div.DivClassName
{
background-color: #FE4920;
}
.BgClassName
{
background-color: #FE4920;
}
</style>
border-color css
<style>
span { border-color: #FE4920; }
span { border-color: rgb(254,73,32); }
td.TdClassName
{
border-color: #FE4920;
}
.TagClassName
{
border-color: #FE4920;
}
</style>