Shades of Orange Red #FE3F19
Tints of Orange Red #FE3F19
RGB
CMYK
RGB Variations
Color information
#FE3F19 (or 0xFE3F19) is known color: Orange Red. HEX triplet: FE, 3F and 19. RGB value is (254,63,25). Sum of RGB (Red+Green+Blue) = 254+63+25=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3F19 is #01C0E6. Grayscale: #747474. Windows color (decimal): -114919 or 1654782. OLE color: 1654782.
HSL color Cylindrical-coordinate representation of color #FE3F19: hue angle of 9.96º 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 #FE3F19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 25 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.00 |
| HSL | 9.96º | 0.99% | 0.55% | - |
| HSV(B) | 9.96º | 0.9% | 1% | - |
| XYZ | 42.83 | 24.7 | 3.43 | - |
| YUV | 115.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 25 | 0 | 0.75 | 0.90 | 0.00 | 9.96 | 0.99 | 0.55 |
| Hex | FE | 3F | 19 | 0 | 4B | 5A | 0 | A | 63 | 37 |
| Octal | 376 | 77 | 31 | 0 | 113 | 132 | 0 | 12 | 143 | 67 |
| Binary | 11111110 | 111111 | 11001 | 0 | 1001011 | 1011010 | 0 | 1010 | 1100011 | 110111 |
Color Harmonies of #FE3F19
Complementary color
Monochromatic Colors of #FE3F19
Black with #FE3F19
Text Example
Text Example
White with #FE3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F19; }
p { color: rgb(254,63,25); }
H1.HeaderClassName
{
color: #FE3F19;
}
.AnyTagClassName
{
color: #FE3F19;
}
</style>
background-color css
<style>
a { background-color: #FE3F19; }
a { background-color: rgb(254,63,25); }
div.DivClassName
{
background-color: #FE3F19;
}
.BgClassName
{
background-color: #FE3F19;
}
</style>
border-color css
<style>
span { border-color: #FE3F19; }
span { border-color: rgb(254,63,25); }
td.TdClassName
{
border-color: #FE3F19;
}
.TagClassName
{
border-color: #FE3F19;
}
</style>