Shades of Red Orange #FB472D
Tints of Red Orange #FB472D
RGB
CMYK
RGB Variations
Color information
#FB472D (or 0xFB472D) is known color: Red Orange. HEX triplet: FB, 47 and 2D. RGB value is (251,71,45). Sum of RGB (Red+Green+Blue) = 251+71+45=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB472D is #04B8D2. Grayscale: #7A7A7A. Windows color (decimal): -309459 or 2967547. OLE color: 2967547.
HSL color Cylindrical-coordinate representation of color #FB472D: hue angle of 7.57º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB472D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 45 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.02 |
| HSL | 7.57º | 0.96% | 0.58% | - |
| HSV(B) | 7.57º | 0.82% | 0.98% | - |
| XYZ | 42.51 | 25.21 | 5.11 | - |
| YUV | 121.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 45 | 0 | 0.72 | 0.82 | 0.02 | 7.57 | 0.96 | 0.58 |
| Hex | FB | 47 | 2D | 0 | 48 | 52 | 2 | 8 | 60 | 3A |
| Octal | 373 | 107 | 55 | 0 | 110 | 122 | 2 | 10 | 140 | 72 |
| Binary | 11111011 | 1000111 | 101101 | 0 | 1001000 | 1010010 | 10 | 1000 | 1100000 | 111010 |
Color Harmonies of #FB472D
Complementary color
Monochromatic Colors of #FB472D
Black with #FB472D
Text Example
Text Example
White with #FB472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB472D; }
p { color: rgb(251,71,45); }
H1.HeaderClassName
{
color: #FB472D;
}
.AnyTagClassName
{
color: #FB472D;
}
</style>
background-color css
<style>
a { background-color: #FB472D; }
a { background-color: rgb(251,71,45); }
div.DivClassName
{
background-color: #FB472D;
}
.BgClassName
{
background-color: #FB472D;
}
</style>
border-color css
<style>
span { border-color: #FB472D; }
span { border-color: rgb(251,71,45); }
td.TdClassName
{
border-color: #FB472D;
}
.TagClassName
{
border-color: #FB472D;
}
</style>