Shades of Orange Red #FF470B
Tints of Orange Red #FF470B
RGB
CMYK
RGB Variations
Color information
#FF470B (or 0xFF470B) is known color: Orange Red. HEX triplet: FF, 47 and 0B. RGB value is (255,71,11). Sum of RGB (Red+Green+Blue) = 255+71+11=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF470B is #00B8F4. Grayscale: #777777. Windows color (decimal): -47349 or 739327. OLE color: 739327.
HSL color Cylindrical-coordinate representation of color #FF470B: hue angle of 14.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF470B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0 |
| HSL | 14.75º | 1% | 0.52% | - |
| HSV(B) | 14.75º | 0.96% | 1% | - |
| XYZ | 43.55 | 25.79 | 3 | - |
| YUV | 119.18 | 66.96 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 11 | 0 | 0.72 | 0.96 | 0 | 14.75 | 1 | 0.52 |
| Hex | FF | 47 | B | 0 | 48 | 60 | 0 | F | 64 | 34 |
| Octal | 377 | 107 | 13 | 0 | 110 | 140 | 0 | 17 | 144 | 64 |
| Binary | 11111111 | 1000111 | 1011 | 0 | 1001000 | 1100000 | 0 | 1111 | 1100100 | 110100 |
Color Harmonies of #FF470B
Complementary color
Monochromatic Colors of #FF470B
Black with #FF470B
Text Example
Text Example
White with #FF470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF470B; }
p { color: rgb(255,71,11); }
H1.HeaderClassName
{
color: #FF470B;
}
.AnyTagClassName
{
color: #FF470B;
}
</style>
background-color css
<style>
a { background-color: #FF470B; }
a { background-color: rgb(255,71,11); }
div.DivClassName
{
background-color: #FF470B;
}
.BgClassName
{
background-color: #FF470B;
}
</style>
border-color css
<style>
span { border-color: #FF470B; }
span { border-color: rgb(255,71,11); }
td.TdClassName
{
border-color: #FF470B;
}
.TagClassName
{
border-color: #FF470B;
}
</style>