Shades of Chardonnay #FBC06D
Tints of Chardonnay #FBC06D
RGB
CMYK
RGB Variations
Color information
#FBC06D (or 0xFBC06D) is known color: Chardonnay. HEX triplet: FB, C0 and 6D. RGB value is (251,192,109). Sum of RGB (Red+Green+Blue) = 251+192+109=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC06D is #043F92. Grayscale: #C8C8C8. Windows color (decimal): -278419 or 7192827. OLE color: 7192827.
HSL color Cylindrical-coordinate representation of color #FBC06D: hue angle of 35.07º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC06D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 109 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.02 |
| HSL | 35.07º | 0.95% | 0.71% | - |
| HSV(B) | 35.07º | 0.57% | 0.98% | - |
| XYZ | 61.39 | 59.31 | 22.68 | - |
| YUV | 200.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 109 | 0 | 0.24 | 0.57 | 0.02 | 35.07 | 0.95 | 0.71 |
| Hex | FB | C0 | 6D | 0 | 18 | 39 | 2 | 23 | 5F | 47 |
| Octal | 373 | 300 | 155 | 0 | 30 | 71 | 2 | 43 | 137 | 107 |
| Binary | 11111011 | 11000000 | 1101101 | 0 | 11000 | 111001 | 10 | 100011 | 1011111 | 1000111 |
Color Harmonies of #FBC06D
Complementary color
Monochromatic Colors of #FBC06D
Black with #FBC06D
Text Example
Text Example
White with #FBC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC06D; }
p { color: rgb(251,192,109); }
H1.HeaderClassName
{
color: #FBC06D;
}
.AnyTagClassName
{
color: #FBC06D;
}
</style>
background-color css
<style>
a { background-color: #FBC06D; }
a { background-color: rgb(251,192,109); }
div.DivClassName
{
background-color: #FBC06D;
}
.BgClassName
{
background-color: #FBC06D;
}
</style>
border-color css
<style>
span { border-color: #FBC06D; }
span { border-color: rgb(251,192,109); }
td.TdClassName
{
border-color: #FBC06D;
}
.TagClassName
{
border-color: #FBC06D;
}
</style>