Shades of Chardonnay #FBC06B
Tints of Chardonnay #FBC06B
RGB
CMYK
RGB Variations
Color information
#FBC06B (or 0xFBC06B) is known color: Chardonnay. HEX triplet: FB, C0 and 6B. RGB value is (251,192,107). Sum of RGB (Red+Green+Blue) = 251+192+107=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC06B is #043F94. Grayscale: #C8C8C8. Windows color (decimal): -278421 or 7061755. OLE color: 7061755.
HSL color Cylindrical-coordinate representation of color #FBC06B: hue angle of 35.42º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC06B is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 107 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.02 |
| HSL | 35.42º | 0.95% | 0.7% | - |
| HSV(B) | 35.42º | 0.57% | 0.98% | - |
| XYZ | 61.29 | 59.27 | 22.12 | - |
| YUV | 199.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 107 | 0 | 0.24 | 0.57 | 0.02 | 35.42 | 0.95 | 0.7 |
| Hex | FB | C0 | 6B | 0 | 18 | 39 | 2 | 23 | 5F | 46 |
| Octal | 373 | 300 | 153 | 0 | 30 | 71 | 2 | 43 | 137 | 106 |
| Binary | 11111011 | 11000000 | 1101011 | 0 | 11000 | 111001 | 10 | 100011 | 1011111 | 1000110 |
Color Harmonies of #FBC06B
Complementary color
Monochromatic Colors of #FBC06B
Black with #FBC06B
Text Example
Text Example
White with #FBC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC06B; }
p { color: rgb(251,192,107); }
H1.HeaderClassName
{
color: #FBC06B;
}
.AnyTagClassName
{
color: #FBC06B;
}
</style>
background-color css
<style>
a { background-color: #FBC06B; }
a { background-color: rgb(251,192,107); }
div.DivClassName
{
background-color: #FBC06B;
}
.BgClassName
{
background-color: #FBC06B;
}
</style>
border-color css
<style>
span { border-color: #FBC06B; }
span { border-color: rgb(251,192,107); }
td.TdClassName
{
border-color: #FBC06B;
}
.TagClassName
{
border-color: #FBC06B;
}
</style>