Shades of Chardonnay #FBC673
Tints of Chardonnay #FBC673
RGB
CMYK
RGB Variations
Color information
#FBC673 (or 0xFBC673) is known color: Chardonnay. HEX triplet: FB, C6 and 73. RGB value is (251,198,115). Sum of RGB (Red+Green+Blue) = 251+198+115=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC673 is #04398C. Grayscale: #CCCCCC. Windows color (decimal): -276877 or 7587579. OLE color: 7587579.
HSL color Cylindrical-coordinate representation of color #FBC673: hue angle of 36.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBC673 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 115 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.02 |
| HSL | 36.62º | 0.94% | 0.72% | - |
| HSV(B) | 36.62º | 0.54% | 0.98% | - |
| XYZ | 63.07 | 62.14 | 24.89 | - |
| YUV | 204.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 115 | 0 | 0.21 | 0.54 | 0.02 | 36.62 | 0.94 | 0.72 |
| Hex | FB | C6 | 73 | 0 | 15 | 36 | 2 | 25 | 5E | 48 |
| Octal | 373 | 306 | 163 | 0 | 25 | 66 | 2 | 45 | 136 | 110 |
| Binary | 11111011 | 11000110 | 1110011 | 0 | 10101 | 110110 | 10 | 100101 | 1011110 | 1001000 |
Color Harmonies of #FBC673
Complementary color
Monochromatic Colors of #FBC673
Black with #FBC673
Text Example
Text Example
White with #FBC673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC673; }
p { color: rgb(251,198,115); }
H1.HeaderClassName
{
color: #FBC673;
}
.AnyTagClassName
{
color: #FBC673;
}
</style>
background-color css
<style>
a { background-color: #FBC673; }
a { background-color: rgb(251,198,115); }
div.DivClassName
{
background-color: #FBC673;
}
.BgClassName
{
background-color: #FBC673;
}
</style>
border-color css
<style>
span { border-color: #FBC673; }
span { border-color: rgb(251,198,115); }
td.TdClassName
{
border-color: #FBC673;
}
.TagClassName
{
border-color: #FBC673;
}
</style>