Shades of Red Orange #FB4032
Tints of Red Orange #FB4032
RGB
CMYK
RGB Variations
Color information
#FB4032 (or 0xFB4032) is known color: Red Orange. HEX triplet: FB, 40 and 32. RGB value is (251,64,50). Sum of RGB (Red+Green+Blue) = 251+64+50=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4032 is #04BFCD. Grayscale: #767676. Windows color (decimal): -311246 or 3293435. OLE color: 3293435.
HSL color Cylindrical-coordinate representation of color #FB4032: hue angle of 4.18º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB4032 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 50 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.02 |
| HSL | 4.18º | 0.96% | 0.59% | - |
| HSV(B) | 4.18º | 0.8% | 0.98% | - |
| XYZ | 42.19 | 24.41 | 5.5 | - |
| YUV | 118.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 50 | 0 | 0.75 | 0.80 | 0.02 | 4.18 | 0.96 | 0.59 |
| Hex | FB | 40 | 32 | 0 | 4B | 50 | 2 | 4 | 60 | 3B |
| Octal | 373 | 100 | 62 | 0 | 113 | 120 | 2 | 4 | 140 | 73 |
| Binary | 11111011 | 1000000 | 110010 | 0 | 1001011 | 1010000 | 10 | 100 | 1100000 | 111011 |
Color Harmonies of #FB4032
Complementary color
Monochromatic Colors of #FB4032
Black with #FB4032
Text Example
Text Example
White with #FB4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4032; }
p { color: rgb(251,64,50); }
H1.HeaderClassName
{
color: #FB4032;
}
.AnyTagClassName
{
color: #FB4032;
}
</style>
background-color css
<style>
a { background-color: #FB4032; }
a { background-color: rgb(251,64,50); }
div.DivClassName
{
background-color: #FB4032;
}
.BgClassName
{
background-color: #FB4032;
}
</style>
border-color css
<style>
span { border-color: #FB4032; }
span { border-color: rgb(251,64,50); }
td.TdClassName
{
border-color: #FB4032;
}
.TagClassName
{
border-color: #FB4032;
}
</style>