Shades of Sunshade #FBA052
Tints of Sunshade #FBA052
RGB
CMYK
RGB Variations
Color information
#FBA052 (or 0xFBA052) is known color: Sunshade. HEX triplet: FB, A0 and 52. RGB value is (251,160,82). Sum of RGB (Red+Green+Blue) = 251+160+82=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA052 is #045FAD. Grayscale: #B2B2B2. Windows color (decimal): -286638 or 5415163. OLE color: 5415163.
HSL color Cylindrical-coordinate representation of color #FBA052: hue angle of 27.69º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBA052 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 82 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.02 |
| HSL | 27.69º | 0.95% | 0.65% | - |
| HSV(B) | 27.69º | 0.67% | 0.98% | - |
| XYZ | 53.88 | 46.26 | 14.07 | - |
| YUV | 178.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 82 | 0 | 0.36 | 0.67 | 0.02 | 27.69 | 0.95 | 0.65 |
| Hex | FB | A0 | 52 | 0 | 24 | 43 | 2 | 1C | 5F | 41 |
| Octal | 373 | 240 | 122 | 0 | 44 | 103 | 2 | 34 | 137 | 101 |
| Binary | 11111011 | 10100000 | 1010010 | 0 | 100100 | 1000011 | 10 | 11100 | 1011111 | 1000001 |
Color Harmonies of #FBA052
Complementary color
Monochromatic Colors of #FBA052
Black with #FBA052
Text Example
Text Example
White with #FBA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA052; }
p { color: rgb(251,160,82); }
H1.HeaderClassName
{
color: #FBA052;
}
.AnyTagClassName
{
color: #FBA052;
}
</style>
background-color css
<style>
a { background-color: #FBA052; }
a { background-color: rgb(251,160,82); }
div.DivClassName
{
background-color: #FBA052;
}
.BgClassName
{
background-color: #FBA052;
}
</style>
border-color css
<style>
span { border-color: #FBA052; }
span { border-color: rgb(251,160,82); }
td.TdClassName
{
border-color: #FBA052;
}
.TagClassName
{
border-color: #FBA052;
}
</style>