Shades of Orange Red #FB471B
Tints of Orange Red #FB471B
RGB
CMYK
RGB Variations
Color information
#FB471B (or 0xFB471B) is known color: Orange Red. HEX triplet: FB, 47 and 1B. RGB value is (251,71,27). Sum of RGB (Red+Green+Blue) = 251+71+27=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB471B is #04B8E4. Grayscale: #787878. Windows color (decimal): -309477 or 1787899. OLE color: 1787899.
HSL color Cylindrical-coordinate representation of color #FB471B: hue angle of 11.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB471B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.02 |
| HSL | 11.79º | 0.97% | 0.55% | - |
| HSV(B) | 11.79º | 0.89% | 0.98% | - |
| XYZ | 42.23 | 25.09 | 3.65 | - |
| YUV | 119.8 | 75.63 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 27 | 0 | 0.72 | 0.89 | 0.02 | 11.79 | 0.97 | 0.55 |
| Hex | FB | 47 | 1B | 0 | 48 | 59 | 2 | C | 61 | 37 |
| Octal | 373 | 107 | 33 | 0 | 110 | 131 | 2 | 14 | 141 | 67 |
| Binary | 11111011 | 1000111 | 11011 | 0 | 1001000 | 1011001 | 10 | 1100 | 1100001 | 110111 |
Color Harmonies of #FB471B
Complementary color
Monochromatic Colors of #FB471B
Black with #FB471B
Text Example
Text Example
White with #FB471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB471B; }
p { color: rgb(251,71,27); }
H1.HeaderClassName
{
color: #FB471B;
}
.AnyTagClassName
{
color: #FB471B;
}
</style>
background-color css
<style>
a { background-color: #FB471B; }
a { background-color: rgb(251,71,27); }
div.DivClassName
{
background-color: #FB471B;
}
.BgClassName
{
background-color: #FB471B;
}
</style>
border-color css
<style>
span { border-color: #FB471B; }
span { border-color: rgb(251,71,27); }
td.TdClassName
{
border-color: #FB471B;
}
.TagClassName
{
border-color: #FB471B;
}
</style>