Shades of Red Orange #FB472B
Tints of Red Orange #FB472B
RGB
CMYK
RGB Variations
Color information
#FB472B (or 0xFB472B) is known color: Red Orange. HEX triplet: FB, 47 and 2B. RGB value is (251,71,43). Sum of RGB (Red+Green+Blue) = 251+71+43=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB472B is #04B8D4. Grayscale: #797979. Windows color (decimal): -309461 or 2836475. OLE color: 2836475.
HSL color Cylindrical-coordinate representation of color #FB472B: hue angle of 8.08º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB472B is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 43 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.02 |
| HSL | 8.08º | 0.96% | 0.58% | - |
| HSV(B) | 8.08º | 0.83% | 0.98% | - |
| XYZ | 42.47 | 25.19 | 4.91 | - |
| YUV | 121.63 | 83.63 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 43 | 0 | 0.72 | 0.83 | 0.02 | 8.08 | 0.96 | 0.58 |
| Hex | FB | 47 | 2B | 0 | 48 | 53 | 2 | 8 | 60 | 3A |
| Octal | 373 | 107 | 53 | 0 | 110 | 123 | 2 | 10 | 140 | 72 |
| Binary | 11111011 | 1000111 | 101011 | 0 | 1001000 | 1010011 | 10 | 1000 | 1100000 | 111010 |
Color Harmonies of #FB472B
Complementary color
Monochromatic Colors of #FB472B
Black with #FB472B
Text Example
Text Example
White with #FB472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB472B; }
p { color: rgb(251,71,43); }
H1.HeaderClassName
{
color: #FB472B;
}
.AnyTagClassName
{
color: #FB472B;
}
</style>
background-color css
<style>
a { background-color: #FB472B; }
a { background-color: rgb(251,71,43); }
div.DivClassName
{
background-color: #FB472B;
}
.BgClassName
{
background-color: #FB472B;
}
</style>
border-color css
<style>
span { border-color: #FB472B; }
span { border-color: rgb(251,71,43); }
td.TdClassName
{
border-color: #FB472B;
}
.TagClassName
{
border-color: #FB472B;
}
</style>