Shades of Orange Red #FE3A18
Tints of Orange Red #FE3A18
RGB
CMYK
RGB Variations
Color information
#FE3A18 (or 0xFE3A18) is known color: Orange Red. HEX triplet: FE, 3A and 18. RGB value is (254,58,24). Sum of RGB (Red+Green+Blue) = 254+58+24=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A18 is #01C5E7. Grayscale: #717171. Windows color (decimal): -116200 or 1587966. OLE color: 1587966.
HSL color Cylindrical-coordinate representation of color #FE3A18: hue angle of 8.87º 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 #FE3A18 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 24 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.00 |
| HSL | 8.87º | 0.99% | 0.55% | - |
| HSV(B) | 8.87º | 0.91% | 1% | - |
| XYZ | 42.55 | 24.16 | 3.29 | - |
| YUV | 112.73 | 77.93 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 24 | 0 | 0.77 | 0.91 | 0.00 | 8.87 | 0.99 | 0.55 |
| Hex | FE | 3A | 18 | 0 | 4D | 5B | 0 | 9 | 63 | 37 |
| Octal | 376 | 72 | 30 | 0 | 115 | 133 | 0 | 11 | 143 | 67 |
| Binary | 11111110 | 111010 | 11000 | 0 | 1001101 | 1011011 | 0 | 1001 | 1100011 | 110111 |
Color Harmonies of #FE3A18
Complementary color
Monochromatic Colors of #FE3A18
Black with #FE3A18
Text Example
Text Example
White with #FE3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A18; }
p { color: rgb(254,58,24); }
H1.HeaderClassName
{
color: #FE3A18;
}
.AnyTagClassName
{
color: #FE3A18;
}
</style>
background-color css
<style>
a { background-color: #FE3A18; }
a { background-color: rgb(254,58,24); }
div.DivClassName
{
background-color: #FE3A18;
}
.BgClassName
{
background-color: #FE3A18;
}
</style>
border-color css
<style>
span { border-color: #FE3A18; }
span { border-color: rgb(254,58,24); }
td.TdClassName
{
border-color: #FE3A18;
}
.TagClassName
{
border-color: #FE3A18;
}
</style>