Shades of Orange Red #FF470F
Tints of Orange Red #FF470F
RGB
CMYK
RGB Variations
Color information
#FF470F (or 0xFF470F) is known color: Orange Red. HEX triplet: FF, 47 and 0F. RGB value is (255,71,15). Sum of RGB (Red+Green+Blue) = 255+71+15=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF470F is #00B8F0. Grayscale: #787878. Windows color (decimal): -47345 or 1001471. OLE color: 1001471.
HSL color Cylindrical-coordinate representation of color #FF470F: hue angle of 14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF470F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0 |
| HSL | 14º | 1% | 0.53% | - |
| HSV(B) | 14º | 0.94% | 1% | - |
| XYZ | 43.58 | 25.8 | 3.14 | - |
| YUV | 119.63 | 68.96 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 15 | 0 | 0.72 | 0.94 | 0 | 14 | 1 | 0.53 |
| Hex | FF | 47 | F | 0 | 48 | 5E | 0 | E | 64 | 35 |
| Octal | 377 | 107 | 17 | 0 | 110 | 136 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1000111 | 1111 | 0 | 1001000 | 1011110 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF470F
Complementary color
Monochromatic Colors of #FF470F
Black with #FF470F
Text Example
Text Example
White with #FF470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF470F; }
p { color: rgb(255,71,15); }
H1.HeaderClassName
{
color: #FF470F;
}
.AnyTagClassName
{
color: #FF470F;
}
</style>
background-color css
<style>
a { background-color: #FF470F; }
a { background-color: rgb(255,71,15); }
div.DivClassName
{
background-color: #FF470F;
}
.BgClassName
{
background-color: #FF470F;
}
</style>
border-color css
<style>
span { border-color: #FF470F; }
span { border-color: rgb(255,71,15); }
td.TdClassName
{
border-color: #FF470F;
}
.TagClassName
{
border-color: #FF470F;
}
</style>