Shades of Orange Red #FF470E
Tints of Orange Red #FF470E
RGB
CMYK
RGB Variations
Color information
#FF470E (or 0xFF470E) is known color: Orange Red. HEX triplet: FF, 47 and 0E. RGB value is (255,71,14). Sum of RGB (Red+Green+Blue) = 255+71+14=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF470E is #00B8F1. Grayscale: #777777. Windows color (decimal): -47346 or 935935. OLE color: 935935.
HSL color Cylindrical-coordinate representation of color #FF470E: hue angle of 14.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF470E is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 14 | - |
| CMYK | 0 | 0.72 | 0.95 | 0 |
| HSL | 14.19º | 1% | 0.53% | - |
| HSV(B) | 14.19º | 0.95% | 1% | - |
| XYZ | 43.57 | 25.8 | 3.1 | - |
| YUV | 119.52 | 68.46 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 14 | 0 | 0.72 | 0.95 | 0 | 14.19 | 1 | 0.53 |
| Hex | FF | 47 | E | 0 | 48 | 5F | 0 | E | 64 | 35 |
| Octal | 377 | 107 | 16 | 0 | 110 | 137 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1000111 | 1110 | 0 | 1001000 | 1011111 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF470E
Complementary color
Monochromatic Colors of #FF470E
Black with #FF470E
Text Example
Text Example
White with #FF470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF470E; }
p { color: rgb(255,71,14); }
H1.HeaderClassName
{
color: #FF470E;
}
.AnyTagClassName
{
color: #FF470E;
}
</style>
background-color css
<style>
a { background-color: #FF470E; }
a { background-color: rgb(255,71,14); }
div.DivClassName
{
background-color: #FF470E;
}
.BgClassName
{
background-color: #FF470E;
}
</style>
border-color css
<style>
span { border-color: #FF470E; }
span { border-color: rgb(255,71,14); }
td.TdClassName
{
border-color: #FF470E;
}
.TagClassName
{
border-color: #FF470E;
}
</style>