Shades of Chardonnay #FBC07A
Tints of Chardonnay #FBC07A
RGB
CMYK
RGB Variations
Color information
#FBC07A (or 0xFBC07A) is known color: Chardonnay. HEX triplet: FB, C0 and 7A. RGB value is (251,192,122). Sum of RGB (Red+Green+Blue) = 251+192+122=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC07A is #043F85. Grayscale: #C9C9C9. Windows color (decimal): -278406 or 8044795. OLE color: 8044795.
HSL color Cylindrical-coordinate representation of color #FBC07A: hue angle of 32.56º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBC07A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 122 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.02 |
| HSL | 32.56º | 0.94% | 0.73% | - |
| HSV(B) | 32.56º | 0.51% | 0.98% | - |
| XYZ | 62.15 | 59.61 | 26.64 | - |
| YUV | 201.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 122 | 0 | 0.24 | 0.51 | 0.02 | 32.56 | 0.94 | 0.73 |
| Hex | FB | C0 | 7A | 0 | 18 | 33 | 2 | 21 | 5E | 49 |
| Octal | 373 | 300 | 172 | 0 | 30 | 63 | 2 | 41 | 136 | 111 |
| Binary | 11111011 | 11000000 | 1111010 | 0 | 11000 | 110011 | 10 | 100001 | 1011110 | 1001001 |
Color Harmonies of #FBC07A
Complementary color
Monochromatic Colors of #FBC07A
Black with #FBC07A
Text Example
Text Example
White with #FBC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC07A; }
p { color: rgb(251,192,122); }
H1.HeaderClassName
{
color: #FBC07A;
}
.AnyTagClassName
{
color: #FBC07A;
}
</style>
background-color css
<style>
a { background-color: #FBC07A; }
a { background-color: rgb(251,192,122); }
div.DivClassName
{
background-color: #FBC07A;
}
.BgClassName
{
background-color: #FBC07A;
}
</style>
border-color css
<style>
span { border-color: #FBC07A; }
span { border-color: rgb(251,192,122); }
td.TdClassName
{
border-color: #FBC07A;
}
.TagClassName
{
border-color: #FBC07A;
}
</style>