Shades of Chardonnay #FBC072
Tints of Chardonnay #FBC072
RGB
CMYK
RGB Variations
Color information
#FBC072 (or 0xFBC072) is known color: Chardonnay. HEX triplet: FB, C0 and 72. RGB value is (251,192,114). Sum of RGB (Red+Green+Blue) = 251+192+114=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC072 is #043F8D. Grayscale: #C9C9C9. Windows color (decimal): -278414 or 7520507. OLE color: 7520507.
HSL color Cylindrical-coordinate representation of color #FBC072: hue angle of 34.16º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC072 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 114 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.02 |
| HSL | 34.16º | 0.94% | 0.72% | - |
| HSV(B) | 34.16º | 0.55% | 0.98% | - |
| XYZ | 61.67 | 59.42 | 24.14 | - |
| YUV | 200.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 114 | 0 | 0.24 | 0.55 | 0.02 | 34.16 | 0.94 | 0.72 |
| Hex | FB | C0 | 72 | 0 | 18 | 37 | 2 | 22 | 5E | 48 |
| Octal | 373 | 300 | 162 | 0 | 30 | 67 | 2 | 42 | 136 | 110 |
| Binary | 11111011 | 11000000 | 1110010 | 0 | 11000 | 110111 | 10 | 100010 | 1011110 | 1001000 |
Color Harmonies of #FBC072
Complementary color
Monochromatic Colors of #FBC072
Black with #FBC072
Text Example
Text Example
White with #FBC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC072; }
p { color: rgb(251,192,114); }
H1.HeaderClassName
{
color: #FBC072;
}
.AnyTagClassName
{
color: #FBC072;
}
</style>
background-color css
<style>
a { background-color: #FBC072; }
a { background-color: rgb(251,192,114); }
div.DivClassName
{
background-color: #FBC072;
}
.BgClassName
{
background-color: #FBC072;
}
</style>
border-color css
<style>
span { border-color: #FBC072; }
span { border-color: rgb(251,192,114); }
td.TdClassName
{
border-color: #FBC072;
}
.TagClassName
{
border-color: #FBC072;
}
</style>