Shades of Orange Red #FE3710
Tints of Orange Red #FE3710
RGB
CMYK
RGB Variations
Color information
#FE3710 (or 0xFE3710) is known color: Orange Red. HEX triplet: FE, 37 and 10. RGB value is (254,55,16). Sum of RGB (Red+Green+Blue) = 254+55+16=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3710 is #01C8EF. Grayscale: #6E6E6E. Windows color (decimal): -116976 or 1062910. OLE color: 1062910.
HSL color Cylindrical-coordinate representation of color #FE3710: hue angle of 9.83º 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 #FE3710 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 16 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.00 |
| HSL | 9.83º | 0.99% | 0.53% | - |
| HSV(B) | 9.83º | 0.94% | 1% | - |
| XYZ | 42.33 | 23.84 | 2.86 | - |
| YUV | 110.06 | 74.93 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 16 | 0 | 0.78 | 0.94 | 0.00 | 9.83 | 0.99 | 0.53 |
| Hex | FE | 37 | 10 | 0 | 4E | 5E | 0 | A | 63 | 35 |
| Octal | 376 | 67 | 20 | 0 | 116 | 136 | 0 | 12 | 143 | 65 |
| Binary | 11111110 | 110111 | 10000 | 0 | 1001110 | 1011110 | 0 | 1010 | 1100011 | 110101 |
Color Harmonies of #FE3710
Complementary color
Monochromatic Colors of #FE3710
Black with #FE3710
Text Example
Text Example
White with #FE3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3710; }
p { color: rgb(254,55,16); }
H1.HeaderClassName
{
color: #FE3710;
}
.AnyTagClassName
{
color: #FE3710;
}
</style>
background-color css
<style>
a { background-color: #FE3710; }
a { background-color: rgb(254,55,16); }
div.DivClassName
{
background-color: #FE3710;
}
.BgClassName
{
background-color: #FE3710;
}
</style>
border-color css
<style>
span { border-color: #FE3710; }
span { border-color: rgb(254,55,16); }
td.TdClassName
{
border-color: #FE3710;
}
.TagClassName
{
border-color: #FE3710;
}
</style>