Shades of Orange Red #FE4310
Tints of Orange Red #FE4310
RGB
CMYK
RGB Variations
Color information
#FE4310 (or 0xFE4310) is known color: Orange Red. HEX triplet: FE, 43 and 10. RGB value is (254,67,16). Sum of RGB (Red+Green+Blue) = 254+67+16=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4310 is #01BCEF. Grayscale: #757575. Windows color (decimal): -113904 or 1065982. OLE color: 1065982.
HSL color Cylindrical-coordinate representation of color #FE4310: hue angle of 12.86º 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 #FE4310 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.00 |
| HSL | 12.86º | 0.99% | 0.53% | - |
| HSV(B) | 12.86º | 0.94% | 1% | - |
| XYZ | 42.97 | 25.12 | 3.07 | - |
| YUV | 117.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 16 | 0 | 0.74 | 0.94 | 0.00 | 12.86 | 0.99 | 0.53 |
| Hex | FE | 43 | 10 | 0 | 4A | 5E | 0 | D | 63 | 35 |
| Octal | 376 | 103 | 20 | 0 | 112 | 136 | 0 | 15 | 143 | 65 |
| Binary | 11111110 | 1000011 | 10000 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100011 | 110101 |
Color Harmonies of #FE4310
Complementary color
Monochromatic Colors of #FE4310
Black with #FE4310
Text Example
Text Example
White with #FE4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4310; }
p { color: rgb(254,67,16); }
H1.HeaderClassName
{
color: #FE4310;
}
.AnyTagClassName
{
color: #FE4310;
}
</style>
background-color css
<style>
a { background-color: #FE4310; }
a { background-color: rgb(254,67,16); }
div.DivClassName
{
background-color: #FE4310;
}
.BgClassName
{
background-color: #FE4310;
}
</style>
border-color css
<style>
span { border-color: #FE4310; }
span { border-color: rgb(254,67,16); }
td.TdClassName
{
border-color: #FE4310;
}
.TagClassName
{
border-color: #FE4310;
}
</style>