Shades of Chardonnay #FBC574
Tints of Chardonnay #FBC574
RGB
CMYK
RGB Variations
Color information
#FBC574 (or 0xFBC574) is known color: Chardonnay. HEX triplet: FB, C5 and 74. RGB value is (251,197,116). Sum of RGB (Red+Green+Blue) = 251+197+116=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC574 is #043A8B. Grayscale: #CCCCCC. Windows color (decimal): -277132 or 7652859. OLE color: 7652859.
HSL color Cylindrical-coordinate representation of color #FBC574: hue angle of 36º 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 #FBC574 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 116 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.02 |
| HSL | 36º | 0.94% | 0.72% | - |
| HSV(B) | 36º | 0.54% | 0.98% | - |
| XYZ | 62.9 | 61.7 | 25.12 | - |
| YUV | 203.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 116 | 0 | 0.22 | 0.54 | 0.02 | 36 | 0.94 | 0.72 |
| Hex | FB | C5 | 74 | 0 | 16 | 36 | 2 | 24 | 5E | 48 |
| Octal | 373 | 305 | 164 | 0 | 26 | 66 | 2 | 44 | 136 | 110 |
| Binary | 11111011 | 11000101 | 1110100 | 0 | 10110 | 110110 | 10 | 100100 | 1011110 | 1001000 |
Color Harmonies of #FBC574
Complementary color
Monochromatic Colors of #FBC574
Black with #FBC574
Text Example
Text Example
White with #FBC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC574; }
p { color: rgb(251,197,116); }
H1.HeaderClassName
{
color: #FBC574;
}
.AnyTagClassName
{
color: #FBC574;
}
</style>
background-color css
<style>
a { background-color: #FBC574; }
a { background-color: rgb(251,197,116); }
div.DivClassName
{
background-color: #FBC574;
}
.BgClassName
{
background-color: #FBC574;
}
</style>
border-color css
<style>
span { border-color: #FBC574; }
span { border-color: rgb(251,197,116); }
td.TdClassName
{
border-color: #FBC574;
}
.TagClassName
{
border-color: #FBC574;
}
</style>