Shades of Chardonnay #FBC077
Tints of Chardonnay #FBC077
RGB
CMYK
RGB Variations
Color information
#FBC077 (or 0xFBC077) is known color: Chardonnay. HEX triplet: FB, C0 and 77. RGB value is (251,192,119). Sum of RGB (Red+Green+Blue) = 251+192+119=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC077 is #043F88. Grayscale: #C9C9C9. Windows color (decimal): -278409 or 7848187. OLE color: 7848187.
HSL color Cylindrical-coordinate representation of color #FBC077: hue angle of 33.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBC077 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 119 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.02 |
| HSL | 33.18º | 0.94% | 0.73% | - |
| HSV(B) | 33.18º | 0.53% | 0.98% | - |
| XYZ | 61.96 | 59.54 | 25.68 | - |
| YUV | 201.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 119 | 0 | 0.24 | 0.53 | 0.02 | 33.18 | 0.94 | 0.73 |
| Hex | FB | C0 | 77 | 0 | 18 | 35 | 2 | 21 | 5E | 49 |
| Octal | 373 | 300 | 167 | 0 | 30 | 65 | 2 | 41 | 136 | 111 |
| Binary | 11111011 | 11000000 | 1110111 | 0 | 11000 | 110101 | 10 | 100001 | 1011110 | 1001001 |
Color Harmonies of #FBC077
Complementary color
Monochromatic Colors of #FBC077
Black with #FBC077
Text Example
Text Example
White with #FBC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC077; }
p { color: rgb(251,192,119); }
H1.HeaderClassName
{
color: #FBC077;
}
.AnyTagClassName
{
color: #FBC077;
}
</style>
background-color css
<style>
a { background-color: #FBC077; }
a { background-color: rgb(251,192,119); }
div.DivClassName
{
background-color: #FBC077;
}
.BgClassName
{
background-color: #FBC077;
}
</style>
border-color css
<style>
span { border-color: #FBC077; }
span { border-color: rgb(251,192,119); }
td.TdClassName
{
border-color: #FBC077;
}
.TagClassName
{
border-color: #FBC077;
}
</style>