Shades of Red Orange #FE4A2F
Tints of Red Orange #FE4A2F
RGB
CMYK
RGB Variations
Color information
#FE4A2F (or 0xFE4A2F) is known color: Red Orange. HEX triplet: FE, 4A and 2F. RGB value is (254,74,47). Sum of RGB (Red+Green+Blue) = 254+74+47=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A2F is #01B5D0. Grayscale: #7D7D7D. Windows color (decimal): -112081 or 3099390. OLE color: 3099390.
HSL color Cylindrical-coordinate representation of color #FE4A2F: hue angle of 7.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE4A2F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 47 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.00 |
| HSL | 7.83º | 0.99% | 0.59% | - |
| HSV(B) | 7.83º | 0.81% | 1% | - |
| XYZ | 43.83 | 26.17 | 5.43 | - |
| YUV | 124.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 47 | 0 | 0.71 | 0.81 | 0.00 | 7.83 | 0.99 | 0.59 |
| Hex | FE | 4A | 2F | 0 | 47 | 51 | 0 | 8 | 63 | 3B |
| Octal | 376 | 112 | 57 | 0 | 107 | 121 | 0 | 10 | 143 | 73 |
| Binary | 11111110 | 1001010 | 101111 | 0 | 1000111 | 1010001 | 0 | 1000 | 1100011 | 111011 |
Color Harmonies of #FE4A2F
Complementary color
Monochromatic Colors of #FE4A2F
Black with #FE4A2F
Text Example
Text Example
White with #FE4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A2F; }
p { color: rgb(254,74,47); }
H1.HeaderClassName
{
color: #FE4A2F;
}
.AnyTagClassName
{
color: #FE4A2F;
}
</style>
background-color css
<style>
a { background-color: #FE4A2F; }
a { background-color: rgb(254,74,47); }
div.DivClassName
{
background-color: #FE4A2F;
}
.BgClassName
{
background-color: #FE4A2F;
}
</style>
border-color css
<style>
span { border-color: #FE4A2F; }
span { border-color: rgb(254,74,47); }
td.TdClassName
{
border-color: #FE4A2F;
}
.TagClassName
{
border-color: #FE4A2F;
}
</style>