Shades of Chardonnay #FBC573
Tints of Chardonnay #FBC573
RGB
CMYK
RGB Variations
Color information
#FBC573 (or 0xFBC573) is known color: Chardonnay. HEX triplet: FB, C5 and 73. RGB value is (251,197,115). Sum of RGB (Red+Green+Blue) = 251+197+115=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC573 is #043A8C. Grayscale: #CCCCCC. Windows color (decimal): -277133 or 7587323. OLE color: 7587323.
HSL color Cylindrical-coordinate representation of color #FBC573: hue angle of 36.18º 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 #FBC573 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 115 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.02 |
| HSL | 36.18º | 0.94% | 0.72% | - |
| HSV(B) | 36.18º | 0.54% | 0.98% | - |
| XYZ | 62.84 | 61.68 | 24.81 | - |
| YUV | 203.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 115 | 0 | 0.22 | 0.54 | 0.02 | 36.18 | 0.94 | 0.72 |
| Hex | FB | C5 | 73 | 0 | 16 | 36 | 2 | 24 | 5E | 48 |
| Octal | 373 | 305 | 163 | 0 | 26 | 66 | 2 | 44 | 136 | 110 |
| Binary | 11111011 | 11000101 | 1110011 | 0 | 10110 | 110110 | 10 | 100100 | 1011110 | 1001000 |
Color Harmonies of #FBC573
Complementary color
Monochromatic Colors of #FBC573
Black with #FBC573
Text Example
Text Example
White with #FBC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC573; }
p { color: rgb(251,197,115); }
H1.HeaderClassName
{
color: #FBC573;
}
.AnyTagClassName
{
color: #FBC573;
}
</style>
background-color css
<style>
a { background-color: #FBC573; }
a { background-color: rgb(251,197,115); }
div.DivClassName
{
background-color: #FBC573;
}
.BgClassName
{
background-color: #FBC573;
}
</style>
border-color css
<style>
span { border-color: #FBC573; }
span { border-color: rgb(251,197,115); }
td.TdClassName
{
border-color: #FBC573;
}
.TagClassName
{
border-color: #FBC573;
}
</style>