Shades of Red Orange #FB471E
Tints of Red Orange #FB471E
RGB
CMYK
RGB Variations
Color information
#FB471E (or 0xFB471E) is known color: Red Orange. HEX triplet: FB, 47 and 1E. RGB value is (251,71,30). Sum of RGB (Red+Green+Blue) = 251+71+30=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB471E is #04B8E1. Grayscale: #787878. Windows color (decimal): -309474 or 1984507. OLE color: 1984507.
HSL color Cylindrical-coordinate representation of color #FB471E: hue angle of 11.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB471E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.02 |
| HSL | 11.13º | 0.97% | 0.55% | - |
| HSV(B) | 11.13º | 0.88% | 0.98% | - |
| XYZ | 42.27 | 25.11 | 3.85 | - |
| YUV | 120.15 | 77.13 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 30 | 0 | 0.72 | 0.88 | 0.02 | 11.13 | 0.97 | 0.55 |
| Hex | FB | 47 | 1E | 0 | 48 | 58 | 2 | B | 61 | 37 |
| Octal | 373 | 107 | 36 | 0 | 110 | 130 | 2 | 13 | 141 | 67 |
| Binary | 11111011 | 1000111 | 11110 | 0 | 1001000 | 1011000 | 10 | 1011 | 1100001 | 110111 |
Color Harmonies of #FB471E
Complementary color
Monochromatic Colors of #FB471E
Black with #FB471E
Text Example
Text Example
White with #FB471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB471E; }
p { color: rgb(251,71,30); }
H1.HeaderClassName
{
color: #FB471E;
}
.AnyTagClassName
{
color: #FB471E;
}
</style>
background-color css
<style>
a { background-color: #FB471E; }
a { background-color: rgb(251,71,30); }
div.DivClassName
{
background-color: #FB471E;
}
.BgClassName
{
background-color: #FB471E;
}
</style>
border-color css
<style>
span { border-color: #FB471E; }
span { border-color: rgb(251,71,30); }
td.TdClassName
{
border-color: #FB471E;
}
.TagClassName
{
border-color: #FB471E;
}
</style>