Shades of Orange Red #FE3A10
Tints of Orange Red #FE3A10
RGB
CMYK
RGB Variations
Color information
#FE3A10 (or 0xFE3A10) is known color: Orange Red. HEX triplet: FE, 3A and 10. RGB value is (254,58,16). Sum of RGB (Red+Green+Blue) = 254+58+16=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A10 is #01C5EF. Grayscale: #707070. Windows color (decimal): -116208 or 1063678. OLE color: 1063678.
HSL color Cylindrical-coordinate representation of color #FE3A10: hue angle of 10.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE3A10 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 16 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.00 |
| HSL | 10.59º | 0.99% | 0.53% | - |
| HSV(B) | 10.59º | 0.94% | 1% | - |
| XYZ | 42.48 | 24.13 | 2.91 | - |
| YUV | 111.82 | 73.93 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 16 | 0 | 0.77 | 0.94 | 0.00 | 10.59 | 0.99 | 0.53 |
| Hex | FE | 3A | 10 | 0 | 4D | 5E | 0 | B | 63 | 35 |
| Octal | 376 | 72 | 20 | 0 | 115 | 136 | 0 | 13 | 143 | 65 |
| Binary | 11111110 | 111010 | 10000 | 0 | 1001101 | 1011110 | 0 | 1011 | 1100011 | 110101 |
Color Harmonies of #FE3A10
Complementary color
Monochromatic Colors of #FE3A10
Black with #FE3A10
Text Example
Text Example
White with #FE3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A10; }
p { color: rgb(254,58,16); }
H1.HeaderClassName
{
color: #FE3A10;
}
.AnyTagClassName
{
color: #FE3A10;
}
</style>
background-color css
<style>
a { background-color: #FE3A10; }
a { background-color: rgb(254,58,16); }
div.DivClassName
{
background-color: #FE3A10;
}
.BgClassName
{
background-color: #FE3A10;
}
</style>
border-color css
<style>
span { border-color: #FE3A10; }
span { border-color: rgb(254,58,16); }
td.TdClassName
{
border-color: #FE3A10;
}
.TagClassName
{
border-color: #FE3A10;
}
</style>