Shades of Orange Red #FE4119
Tints of Orange Red #FE4119
RGB
CMYK
RGB Variations
Color information
#FE4119 (or 0xFE4119) is known color: Orange Red. HEX triplet: FE, 41 and 19. RGB value is (254,65,25). Sum of RGB (Red+Green+Blue) = 254+65+25=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4119 is #01BEE6. Grayscale: #757575. Windows color (decimal): -114407 or 1655294. OLE color: 1655294.
HSL color Cylindrical-coordinate representation of color #FE4119: hue angle of 10.48º 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 #FE4119 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.00 |
| HSL | 10.48º | 0.99% | 0.55% | - |
| HSV(B) | 10.48º | 0.9% | 1% | - |
| XYZ | 42.94 | 24.92 | 3.47 | - |
| YUV | 116.95 | 76.12 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 25 | 0 | 0.74 | 0.90 | 0.00 | 10.48 | 0.99 | 0.55 |
| Hex | FE | 41 | 19 | 0 | 4A | 5A | 0 | A | 63 | 37 |
| Octal | 376 | 101 | 31 | 0 | 112 | 132 | 0 | 12 | 143 | 67 |
| Binary | 11111110 | 1000001 | 11001 | 0 | 1001010 | 1011010 | 0 | 1010 | 1100011 | 110111 |
Color Harmonies of #FE4119
Complementary color
Monochromatic Colors of #FE4119
Black with #FE4119
Text Example
Text Example
White with #FE4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4119; }
p { color: rgb(254,65,25); }
H1.HeaderClassName
{
color: #FE4119;
}
.AnyTagClassName
{
color: #FE4119;
}
</style>
background-color css
<style>
a { background-color: #FE4119; }
a { background-color: rgb(254,65,25); }
div.DivClassName
{
background-color: #FE4119;
}
.BgClassName
{
background-color: #FE4119;
}
</style>
border-color css
<style>
span { border-color: #FE4119; }
span { border-color: rgb(254,65,25); }
td.TdClassName
{
border-color: #FE4119;
}
.TagClassName
{
border-color: #FE4119;
}
</style>