Shades of Orange Red #FE470F
Tints of Orange Red #FE470F
RGB
CMYK
RGB Variations
Color information
#FE470F (or 0xFE470F) is known color: Orange Red. HEX triplet: FE, 47 and 0F. RGB value is (254,71,15). Sum of RGB (Red+Green+Blue) = 254+71+15=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE470F is #01B8F0. Grayscale: #777777. Windows color (decimal): -112881 or 1001470. OLE color: 1001470.
HSL color Cylindrical-coordinate representation of color #FE470F: hue angle of 14.06º 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 #FE470F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.00 |
| HSL | 14.06º | 0.99% | 0.53% | - |
| HSV(B) | 14.06º | 0.94% | 1% | - |
| XYZ | 43.21 | 25.61 | 3.12 | - |
| YUV | 119.33 | 69.13 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 15 | 0 | 0.72 | 0.94 | 0.00 | 14.06 | 0.99 | 0.53 |
| Hex | FE | 47 | F | 0 | 48 | 5E | 0 | E | 63 | 35 |
| Octal | 376 | 107 | 17 | 0 | 110 | 136 | 0 | 16 | 143 | 65 |
| Binary | 11111110 | 1000111 | 1111 | 0 | 1001000 | 1011110 | 0 | 1110 | 1100011 | 110101 |
Color Harmonies of #FE470F
Complementary color
Monochromatic Colors of #FE470F
Black with #FE470F
Text Example
Text Example
White with #FE470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE470F; }
p { color: rgb(254,71,15); }
H1.HeaderClassName
{
color: #FE470F;
}
.AnyTagClassName
{
color: #FE470F;
}
</style>
background-color css
<style>
a { background-color: #FE470F; }
a { background-color: rgb(254,71,15); }
div.DivClassName
{
background-color: #FE470F;
}
.BgClassName
{
background-color: #FE470F;
}
</style>
border-color css
<style>
span { border-color: #FE470F; }
span { border-color: rgb(254,71,15); }
td.TdClassName
{
border-color: #FE470F;
}
.TagClassName
{
border-color: #FE470F;
}
</style>