Shades of Chardonnay #FBC57F
Tints of Chardonnay #FBC57F
RGB
CMYK
RGB Variations
Color information
#FBC57F (or 0xFBC57F) is known color: Chardonnay. HEX triplet: FB, C5 and 7F. RGB value is (251,197,127). Sum of RGB (Red+Green+Blue) = 251+197+127=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC57F is #043A80. Grayscale: #CDCDCD. Windows color (decimal): -277121 or 8373755. OLE color: 8373755.
HSL color Cylindrical-coordinate representation of color #FBC57F: hue angle of 33.87º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBC57F is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 127 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.02 |
| HSL | 33.87º | 0.94% | 0.74% | - |
| HSV(B) | 33.87º | 0.49% | 0.98% | - |
| XYZ | 63.58 | 61.97 | 28.69 | - |
| YUV | 205.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 127 | 0 | 0.22 | 0.49 | 0.02 | 33.87 | 0.94 | 0.74 |
| Hex | FB | C5 | 7F | 0 | 16 | 31 | 2 | 22 | 5E | 4A |
| Octal | 373 | 305 | 177 | 0 | 26 | 61 | 2 | 42 | 136 | 112 |
| Binary | 11111011 | 11000101 | 1111111 | 0 | 10110 | 110001 | 10 | 100010 | 1011110 | 1001010 |
Color Harmonies of #FBC57F
Complementary color
Monochromatic Colors of #FBC57F
Black with #FBC57F
Text Example
Text Example
White with #FBC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC57F; }
p { color: rgb(251,197,127); }
H1.HeaderClassName
{
color: #FBC57F;
}
.AnyTagClassName
{
color: #FBC57F;
}
</style>
background-color css
<style>
a { background-color: #FBC57F; }
a { background-color: rgb(251,197,127); }
div.DivClassName
{
background-color: #FBC57F;
}
.BgClassName
{
background-color: #FBC57F;
}
</style>
border-color css
<style>
span { border-color: #FBC57F; }
span { border-color: rgb(251,197,127); }
td.TdClassName
{
border-color: #FBC57F;
}
.TagClassName
{
border-color: #FBC57F;
}
</style>