Shades of Chardonnay #FBC57D
Tints of Chardonnay #FBC57D
RGB
CMYK
RGB Variations
Color information
#FBC57D (or 0xFBC57D) is known color: Chardonnay. HEX triplet: FB, C5 and 7D. RGB value is (251,197,125). Sum of RGB (Red+Green+Blue) = 251+197+125=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC57D is #043A82. Grayscale: #CDCDCD. Windows color (decimal): -277123 or 8242683. OLE color: 8242683.
HSL color Cylindrical-coordinate representation of color #FBC57D: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBC57D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 125 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.02 |
| HSL | 34.29º | 0.94% | 0.74% | - |
| HSV(B) | 34.29º | 0.5% | 0.98% | - |
| XYZ | 63.45 | 61.92 | 28.01 | - |
| YUV | 204.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 125 | 0 | 0.22 | 0.50 | 0.02 | 34.29 | 0.94 | 0.74 |
| Hex | FB | C5 | 7D | 0 | 16 | 32 | 2 | 22 | 5E | 4A |
| Octal | 373 | 305 | 175 | 0 | 26 | 62 | 2 | 42 | 136 | 112 |
| Binary | 11111011 | 11000101 | 1111101 | 0 | 10110 | 110010 | 10 | 100010 | 1011110 | 1001010 |
Color Harmonies of #FBC57D
Complementary color
Monochromatic Colors of #FBC57D
Black with #FBC57D
Text Example
Text Example
White with #FBC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC57D; }
p { color: rgb(251,197,125); }
H1.HeaderClassName
{
color: #FBC57D;
}
.AnyTagClassName
{
color: #FBC57D;
}
</style>
background-color css
<style>
a { background-color: #FBC57D; }
a { background-color: rgb(251,197,125); }
div.DivClassName
{
background-color: #FBC57D;
}
.BgClassName
{
background-color: #FBC57D;
}
</style>
border-color css
<style>
span { border-color: #FBC57D; }
span { border-color: rgb(251,197,125); }
td.TdClassName
{
border-color: #FBC57D;
}
.TagClassName
{
border-color: #FBC57D;
}
</style>