Shades of Orange Red #FE3C18
Tints of Orange Red #FE3C18
RGB
CMYK
RGB Variations
Color information
#FE3C18 (or 0xFE3C18) is known color: Orange Red. HEX triplet: FE, 3C and 18. RGB value is (254,60,24). Sum of RGB (Red+Green+Blue) = 254+60+24=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C18 is #01C3E7. Grayscale: #727272. Windows color (decimal): -115688 or 1588478. OLE color: 1588478.
HSL color Cylindrical-coordinate representation of color #FE3C18: hue angle of 9.39º 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 #FE3C18 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 24 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.00 |
| HSL | 9.39º | 0.99% | 0.55% | - |
| HSV(B) | 9.39º | 0.91% | 1% | - |
| XYZ | 42.65 | 24.37 | 3.32 | - |
| YUV | 113.9 | 77.27 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 24 | 0 | 0.76 | 0.91 | 0.00 | 9.39 | 0.99 | 0.55 |
| Hex | FE | 3C | 18 | 0 | 4C | 5B | 0 | 9 | 63 | 37 |
| Octal | 376 | 74 | 30 | 0 | 114 | 133 | 0 | 11 | 143 | 67 |
| Binary | 11111110 | 111100 | 11000 | 0 | 1001100 | 1011011 | 0 | 1001 | 1100011 | 110111 |
Color Harmonies of #FE3C18
Complementary color
Monochromatic Colors of #FE3C18
Black with #FE3C18
Text Example
Text Example
White with #FE3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C18; }
p { color: rgb(254,60,24); }
H1.HeaderClassName
{
color: #FE3C18;
}
.AnyTagClassName
{
color: #FE3C18;
}
</style>
background-color css
<style>
a { background-color: #FE3C18; }
a { background-color: rgb(254,60,24); }
div.DivClassName
{
background-color: #FE3C18;
}
.BgClassName
{
background-color: #FE3C18;
}
</style>
border-color css
<style>
span { border-color: #FE3C18; }
span { border-color: rgb(254,60,24); }
td.TdClassName
{
border-color: #FE3C18;
}
.TagClassName
{
border-color: #FE3C18;
}
</style>