Shades of Orange Red #FE3C0A
Tints of Orange Red #FE3C0A
RGB
CMYK
RGB Variations
Color information
#FE3C0A (or 0xFE3C0A) is known color: Orange Red. HEX triplet: FE, 3C and 0A. RGB value is (254,60,10). Sum of RGB (Red+Green+Blue) = 254+60+10=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C0A is #01C3F5. Grayscale: #707070. Windows color (decimal): -115702 or 670974. OLE color: 670974.
HSL color Cylindrical-coordinate representation of color #FE3C0A: hue angle of 12.3º 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 #FE3C0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.00 |
| HSL | 12.3º | 0.99% | 0.52% | - |
| HSV(B) | 12.3º | 0.96% | 1% | - |
| XYZ | 42.54 | 24.32 | 2.74 | - |
| YUV | 112.31 | 70.27 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 10 | 0 | 0.76 | 0.96 | 0.00 | 12.3 | 0.99 | 0.52 |
| Hex | FE | 3C | A | 0 | 4C | 60 | 0 | C | 63 | 34 |
| Octal | 376 | 74 | 12 | 0 | 114 | 140 | 0 | 14 | 143 | 64 |
| Binary | 11111110 | 111100 | 1010 | 0 | 1001100 | 1100000 | 0 | 1100 | 1100011 | 110100 |
Color Harmonies of #FE3C0A
Complementary color
Monochromatic Colors of #FE3C0A
Black with #FE3C0A
Text Example
Text Example
White with #FE3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C0A; }
p { color: rgb(254,60,10); }
H1.HeaderClassName
{
color: #FE3C0A;
}
.AnyTagClassName
{
color: #FE3C0A;
}
</style>
background-color css
<style>
a { background-color: #FE3C0A; }
a { background-color: rgb(254,60,10); }
div.DivClassName
{
background-color: #FE3C0A;
}
.BgClassName
{
background-color: #FE3C0A;
}
</style>
border-color css
<style>
span { border-color: #FE3C0A; }
span { border-color: rgb(254,60,10); }
td.TdClassName
{
border-color: #FE3C0A;
}
.TagClassName
{
border-color: #FE3C0A;
}
</style>