Shades of Chardonnay #FBC376
Tints of Chardonnay #FBC376
RGB
CMYK
RGB Variations
Color information
#FBC376 (or 0xFBC376) is known color: Chardonnay. HEX triplet: FB, C3 and 76. RGB value is (251,195,118). Sum of RGB (Red+Green+Blue) = 251+195+118=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC376 is #043C89. Grayscale: #CBCBCB. Windows color (decimal): -277642 or 7783419. OLE color: 7783419.
HSL color Cylindrical-coordinate representation of color #FBC376: hue angle of 34.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBC376 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 118 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.02 |
| HSL | 34.74º | 0.94% | 0.72% | - |
| HSV(B) | 34.74º | 0.53% | 0.98% | - |
| XYZ | 62.57 | 60.85 | 25.59 | - |
| YUV | 202.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 118 | 0 | 0.22 | 0.53 | 0.02 | 34.74 | 0.94 | 0.72 |
| Hex | FB | C3 | 76 | 0 | 16 | 35 | 2 | 23 | 5E | 48 |
| Octal | 373 | 303 | 166 | 0 | 26 | 65 | 2 | 43 | 136 | 110 |
| Binary | 11111011 | 11000011 | 1110110 | 0 | 10110 | 110101 | 10 | 100011 | 1011110 | 1001000 |
Color Harmonies of #FBC376
Complementary color
Monochromatic Colors of #FBC376
Black with #FBC376
Text Example
Text Example
White with #FBC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC376; }
p { color: rgb(251,195,118); }
H1.HeaderClassName
{
color: #FBC376;
}
.AnyTagClassName
{
color: #FBC376;
}
</style>
background-color css
<style>
a { background-color: #FBC376; }
a { background-color: rgb(251,195,118); }
div.DivClassName
{
background-color: #FBC376;
}
.BgClassName
{
background-color: #FBC376;
}
</style>
border-color css
<style>
span { border-color: #FBC376; }
span { border-color: rgb(251,195,118); }
td.TdClassName
{
border-color: #FBC376;
}
.TagClassName
{
border-color: #FBC376;
}
</style>