Shades of Orange Red #FE3810
Tints of Orange Red #FE3810
RGB
CMYK
RGB Variations
Color information
#FE3810 (or 0xFE3810) is known color: Orange Red. HEX triplet: FE, 38 and 10. RGB value is (254,56,16). Sum of RGB (Red+Green+Blue) = 254+56+16=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3810 is #01C7EF. Grayscale: #6F6F6F. Windows color (decimal): -116720 or 1063166. OLE color: 1063166.
HSL color Cylindrical-coordinate representation of color #FE3810: hue angle of 10.08º 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 #FE3810 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 16 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.00 |
| HSL | 10.08º | 0.99% | 0.53% | - |
| HSV(B) | 10.08º | 0.94% | 1% | - |
| XYZ | 42.38 | 23.94 | 2.88 | - |
| YUV | 110.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 16 | 0 | 0.78 | 0.94 | 0.00 | 10.08 | 0.99 | 0.53 |
| Hex | FE | 38 | 10 | 0 | 4E | 5E | 0 | A | 63 | 35 |
| Octal | 376 | 70 | 20 | 0 | 116 | 136 | 0 | 12 | 143 | 65 |
| Binary | 11111110 | 111000 | 10000 | 0 | 1001110 | 1011110 | 0 | 1010 | 1100011 | 110101 |
Color Harmonies of #FE3810
Complementary color
Monochromatic Colors of #FE3810
Black with #FE3810
Text Example
Text Example
White with #FE3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3810; }
p { color: rgb(254,56,16); }
H1.HeaderClassName
{
color: #FE3810;
}
.AnyTagClassName
{
color: #FE3810;
}
</style>
background-color css
<style>
a { background-color: #FE3810; }
a { background-color: rgb(254,56,16); }
div.DivClassName
{
background-color: #FE3810;
}
.BgClassName
{
background-color: #FE3810;
}
</style>
border-color css
<style>
span { border-color: #FE3810; }
span { border-color: rgb(254,56,16); }
td.TdClassName
{
border-color: #FE3810;
}
.TagClassName
{
border-color: #FE3810;
}
</style>