Shades of Orange Red #FE3A06
Tints of Orange Red #FE3A06
RGB
CMYK
RGB Variations
Color information
#FE3A06 (or 0xFE3A06) is known color: Orange Red. HEX triplet: FE, 3A and 06. RGB value is (254,58,6). Sum of RGB (Red+Green+Blue) = 254+58+6=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A06 is #01C5F9. Grayscale: #6F6F6F. Windows color (decimal): -116218 or 408318. OLE color: 408318.
HSL color Cylindrical-coordinate representation of color #FE3A06: hue angle of 12.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3A06 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 6 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.00 |
| HSL | 12.58º | 0.99% | 0.51% | - |
| HSV(B) | 12.58º | 0.98% | 1% | - |
| XYZ | 42.42 | 24.11 | 2.59 | - |
| YUV | 110.68 | 68.93 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 6 | 0 | 0.77 | 0.98 | 0.00 | 12.58 | 0.99 | 0.51 |
| Hex | FE | 3A | 6 | 0 | 4D | 62 | 0 | D | 63 | 33 |
| Octal | 376 | 72 | 6 | 0 | 115 | 142 | 0 | 15 | 143 | 63 |
| Binary | 11111110 | 111010 | 110 | 0 | 1001101 | 1100010 | 0 | 1101 | 1100011 | 110011 |
Color Harmonies of #FE3A06
Complementary color
Monochromatic Colors of #FE3A06
Black with #FE3A06
Text Example
Text Example
White with #FE3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A06; }
p { color: rgb(254,58,6); }
H1.HeaderClassName
{
color: #FE3A06;
}
.AnyTagClassName
{
color: #FE3A06;
}
</style>
background-color css
<style>
a { background-color: #FE3A06; }
a { background-color: rgb(254,58,6); }
div.DivClassName
{
background-color: #FE3A06;
}
.BgClassName
{
background-color: #FE3A06;
}
</style>
border-color css
<style>
span { border-color: #FE3A06; }
span { border-color: rgb(254,58,6); }
td.TdClassName
{
border-color: #FE3A06;
}
.TagClassName
{
border-color: #FE3A06;
}
</style>