Shades of Orange Red #FE4919
Tints of Orange Red #FE4919
RGB
CMYK
RGB Variations
Color information
#FE4919 (or 0xFE4919) is known color: Orange Red. HEX triplet: FE, 49 and 19. RGB value is (254,73,25). Sum of RGB (Red+Green+Blue) = 254+73+25=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4919 is #01B6E6. Grayscale: #7A7A7A. Windows color (decimal): -112359 or 1657342. OLE color: 1657342.
HSL color Cylindrical-coordinate representation of color #FE4919: hue angle of 12.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE4919 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.00 |
| HSL | 12.58º | 0.99% | 0.55% | - |
| HSV(B) | 12.58º | 0.9% | 1% | - |
| XYZ | 43.43 | 25.91 | 3.63 | - |
| YUV | 121.65 | 73.47 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 25 | 0 | 0.71 | 0.90 | 0.00 | 12.58 | 0.99 | 0.55 |
| Hex | FE | 49 | 19 | 0 | 47 | 5A | 0 | D | 63 | 37 |
| Octal | 376 | 111 | 31 | 0 | 107 | 132 | 0 | 15 | 143 | 67 |
| Binary | 11111110 | 1001001 | 11001 | 0 | 1000111 | 1011010 | 0 | 1101 | 1100011 | 110111 |
Color Harmonies of #FE4919
Complementary color
Monochromatic Colors of #FE4919
Black with #FE4919
Text Example
Text Example
White with #FE4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4919; }
p { color: rgb(254,73,25); }
H1.HeaderClassName
{
color: #FE4919;
}
.AnyTagClassName
{
color: #FE4919;
}
</style>
background-color css
<style>
a { background-color: #FE4919; }
a { background-color: rgb(254,73,25); }
div.DivClassName
{
background-color: #FE4919;
}
.BgClassName
{
background-color: #FE4919;
}
</style>
border-color css
<style>
span { border-color: #FE4919; }
span { border-color: rgb(254,73,25); }
td.TdClassName
{
border-color: #FE4919;
}
.TagClassName
{
border-color: #FE4919;
}
</style>