Shades of Red Orange #FB471F
Tints of Red Orange #FB471F
RGB
CMYK
RGB Variations
Color information
#FB471F (or 0xFB471F) is known color: Red Orange. HEX triplet: FB, 47 and 1F. RGB value is (251,71,31). Sum of RGB (Red+Green+Blue) = 251+71+31=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB471F is #04B8E0. Grayscale: #787878. Windows color (decimal): -309473 or 2050043. OLE color: 2050043.
HSL color Cylindrical-coordinate representation of color #FB471F: hue angle of 10.91º degrees, saturation: 0.96, 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 #FB471F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 31 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.02 |
| HSL | 10.91º | 0.96% | 0.55% | - |
| HSV(B) | 10.91º | 0.88% | 0.98% | - |
| XYZ | 42.28 | 25.11 | 3.92 | - |
| YUV | 120.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 31 | 0 | 0.72 | 0.88 | 0.02 | 10.91 | 0.96 | 0.55 |
| Hex | FB | 47 | 1F | 0 | 48 | 58 | 2 | B | 60 | 37 |
| Octal | 373 | 107 | 37 | 0 | 110 | 130 | 2 | 13 | 140 | 67 |
| Binary | 11111011 | 1000111 | 11111 | 0 | 1001000 | 1011000 | 10 | 1011 | 1100000 | 110111 |
Color Harmonies of #FB471F
Complementary color
Monochromatic Colors of #FB471F
Black with #FB471F
Text Example
Text Example
White with #FB471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB471F; }
p { color: rgb(251,71,31); }
H1.HeaderClassName
{
color: #FB471F;
}
.AnyTagClassName
{
color: #FB471F;
}
</style>
background-color css
<style>
a { background-color: #FB471F; }
a { background-color: rgb(251,71,31); }
div.DivClassName
{
background-color: #FB471F;
}
.BgClassName
{
background-color: #FB471F;
}
</style>
border-color css
<style>
span { border-color: #FB471F; }
span { border-color: rgb(251,71,31); }
td.TdClassName
{
border-color: #FB471F;
}
.TagClassName
{
border-color: #FB471F;
}
</style>