Shades of Orange Red #FE3918
Tints of Orange Red #FE3918
RGB
CMYK
RGB Variations
Color information
#FE3918 (or 0xFE3918) is known color: Orange Red. HEX triplet: FE, 39 and 18. RGB value is (254,57,24). Sum of RGB (Red+Green+Blue) = 254+57+24=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3918 is #01C6E7. Grayscale: #707070. Windows color (decimal): -116456 or 1587710. OLE color: 1587710.
HSL color Cylindrical-coordinate representation of color #FE3918: hue angle of 8.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3918 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 24 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.00 |
| HSL | 8.61º | 0.99% | 0.55% | - |
| HSV(B) | 8.61º | 0.91% | 1% | - |
| XYZ | 42.5 | 24.06 | 3.27 | - |
| YUV | 112.14 | 78.27 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 24 | 0 | 0.78 | 0.91 | 0.00 | 8.61 | 0.99 | 0.55 |
| Hex | FE | 39 | 18 | 0 | 4E | 5B | 0 | 9 | 63 | 37 |
| Octal | 376 | 71 | 30 | 0 | 116 | 133 | 0 | 11 | 143 | 67 |
| Binary | 11111110 | 111001 | 11000 | 0 | 1001110 | 1011011 | 0 | 1001 | 1100011 | 110111 |
Color Harmonies of #FE3918
Complementary color
Monochromatic Colors of #FE3918
Black with #FE3918
Text Example
Text Example
White with #FE3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3918; }
p { color: rgb(254,57,24); }
H1.HeaderClassName
{
color: #FE3918;
}
.AnyTagClassName
{
color: #FE3918;
}
</style>
background-color css
<style>
a { background-color: #FE3918; }
a { background-color: rgb(254,57,24); }
div.DivClassName
{
background-color: #FE3918;
}
.BgClassName
{
background-color: #FE3918;
}
</style>
border-color css
<style>
span { border-color: #FE3918; }
span { border-color: rgb(254,57,24); }
td.TdClassName
{
border-color: #FE3918;
}
.TagClassName
{
border-color: #FE3918;
}
</style>