Shades of Sunshade #FBA352
Tints of Sunshade #FBA352
RGB
CMYK
RGB Variations
Color information
#FBA352 (or 0xFBA352) is known color: Sunshade. HEX triplet: FB, A3 and 52. RGB value is (251,163,82). Sum of RGB (Red+Green+Blue) = 251+163+82=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA352 is #045CAD. Grayscale: #B4B4B4. Windows color (decimal): -285870 or 5415931. OLE color: 5415931.
HSL color Cylindrical-coordinate representation of color #FBA352: hue angle of 28.76º 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 #FBA352 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 82 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.02 |
| HSL | 28.76º | 0.95% | 0.65% | - |
| HSV(B) | 28.76º | 0.67% | 0.98% | - |
| XYZ | 54.4 | 47.31 | 14.25 | - |
| YUV | 180.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 82 | 0 | 0.35 | 0.67 | 0.02 | 28.76 | 0.95 | 0.65 |
| Hex | FB | A3 | 52 | 0 | 23 | 43 | 2 | 1D | 5F | 41 |
| Octal | 373 | 243 | 122 | 0 | 43 | 103 | 2 | 35 | 137 | 101 |
| Binary | 11111011 | 10100011 | 1010010 | 0 | 100011 | 1000011 | 10 | 11101 | 1011111 | 1000001 |
Color Harmonies of #FBA352
Complementary color
Monochromatic Colors of #FBA352
Black with #FBA352
Text Example
Text Example
White with #FBA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA352; }
p { color: rgb(251,163,82); }
H1.HeaderClassName
{
color: #FBA352;
}
.AnyTagClassName
{
color: #FBA352;
}
</style>
background-color css
<style>
a { background-color: #FBA352; }
a { background-color: rgb(251,163,82); }
div.DivClassName
{
background-color: #FBA352;
}
.BgClassName
{
background-color: #FBA352;
}
</style>
border-color css
<style>
span { border-color: #FBA352; }
span { border-color: rgb(251,163,82); }
td.TdClassName
{
border-color: #FBA352;
}
.TagClassName
{
border-color: #FBA352;
}
</style>