Shades of Orange Red #FE3A0A
Tints of Orange Red #FE3A0A
RGB
CMYK
RGB Variations
Color information
#FE3A0A (or 0xFE3A0A) is known color: Orange Red. HEX triplet: FE, 3A and 0A. RGB value is (254,58,10). Sum of RGB (Red+Green+Blue) = 254+58+10=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A0A is #01C5F5. Grayscale: #6F6F6F. Windows color (decimal): -116214 or 670462. OLE color: 670462.
HSL color Cylindrical-coordinate representation of color #FE3A0A: hue angle of 11.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE3A0A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.00 |
| HSL | 11.8º | 0.99% | 0.52% | - |
| HSV(B) | 11.8º | 0.96% | 1% | - |
| XYZ | 42.44 | 24.12 | 2.71 | - |
| YUV | 111.13 | 70.93 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 10 | 0 | 0.77 | 0.96 | 0.00 | 11.8 | 0.99 | 0.52 |
| Hex | FE | 3A | A | 0 | 4D | 60 | 0 | C | 63 | 34 |
| Octal | 376 | 72 | 12 | 0 | 115 | 140 | 0 | 14 | 143 | 64 |
| Binary | 11111110 | 111010 | 1010 | 0 | 1001101 | 1100000 | 0 | 1100 | 1100011 | 110100 |
Color Harmonies of #FE3A0A
Complementary color
Monochromatic Colors of #FE3A0A
Black with #FE3A0A
Text Example
Text Example
White with #FE3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A0A; }
p { color: rgb(254,58,10); }
H1.HeaderClassName
{
color: #FE3A0A;
}
.AnyTagClassName
{
color: #FE3A0A;
}
</style>
background-color css
<style>
a { background-color: #FE3A0A; }
a { background-color: rgb(254,58,10); }
div.DivClassName
{
background-color: #FE3A0A;
}
.BgClassName
{
background-color: #FE3A0A;
}
</style>
border-color css
<style>
span { border-color: #FE3A0A; }
span { border-color: rgb(254,58,10); }
td.TdClassName
{
border-color: #FE3A0A;
}
.TagClassName
{
border-color: #FE3A0A;
}
</style>