Shades of Chardonnay #FBC67B
Tints of Chardonnay #FBC67B
RGB
CMYK
RGB Variations
Color information
#FBC67B (or 0xFBC67B) is known color: Chardonnay. HEX triplet: FB, C6 and 7B. RGB value is (251,198,123). Sum of RGB (Red+Green+Blue) = 251+198+123=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC67B is #043984. Grayscale: #CDCDCD. Windows color (decimal): -276869 or 8111867. OLE color: 8111867.
HSL color Cylindrical-coordinate representation of color #FBC67B: hue angle of 35.16º 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 #FBC67B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.02 |
| HSL | 35.16º | 0.94% | 0.73% | - |
| HSV(B) | 35.16º | 0.51% | 0.98% | - |
| XYZ | 63.55 | 62.33 | 27.42 | - |
| YUV | 205.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 123 | 0 | 0.21 | 0.51 | 0.02 | 35.16 | 0.94 | 0.73 |
| Hex | FB | C6 | 7B | 0 | 15 | 33 | 2 | 23 | 5E | 49 |
| Octal | 373 | 306 | 173 | 0 | 25 | 63 | 2 | 43 | 136 | 111 |
| Binary | 11111011 | 11000110 | 1111011 | 0 | 10101 | 110011 | 10 | 100011 | 1011110 | 1001001 |
Color Harmonies of #FBC67B
Complementary color
Monochromatic Colors of #FBC67B
Black with #FBC67B
Text Example
Text Example
White with #FBC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC67B; }
p { color: rgb(251,198,123); }
H1.HeaderClassName
{
color: #FBC67B;
}
.AnyTagClassName
{
color: #FBC67B;
}
</style>
background-color css
<style>
a { background-color: #FBC67B; }
a { background-color: rgb(251,198,123); }
div.DivClassName
{
background-color: #FBC67B;
}
.BgClassName
{
background-color: #FBC67B;
}
</style>
border-color css
<style>
span { border-color: #FBC67B; }
span { border-color: rgb(251,198,123); }
td.TdClassName
{
border-color: #FBC67B;
}
.TagClassName
{
border-color: #FBC67B;
}
</style>