Shades of Chardonnay #FBC078
Tints of Chardonnay #FBC078
RGB
CMYK
RGB Variations
Color information
#FBC078 (or 0xFBC078) is known color: Chardonnay. HEX triplet: FB, C0 and 78. RGB value is (251,192,120). Sum of RGB (Red+Green+Blue) = 251+192+120=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC078 is #043F87. Grayscale: #C9C9C9. Windows color (decimal): -278408 or 7913723. OLE color: 7913723.
HSL color Cylindrical-coordinate representation of color #FBC078: hue angle of 32.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBC078 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 120 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.02 |
| HSL | 32.98º | 0.94% | 0.73% | - |
| HSV(B) | 32.98º | 0.52% | 0.98% | - |
| XYZ | 62.02 | 59.56 | 26 | - |
| YUV | 201.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 120 | 0 | 0.24 | 0.52 | 0.02 | 32.98 | 0.94 | 0.73 |
| Hex | FB | C0 | 78 | 0 | 18 | 34 | 2 | 21 | 5E | 49 |
| Octal | 373 | 300 | 170 | 0 | 30 | 64 | 2 | 41 | 136 | 111 |
| Binary | 11111011 | 11000000 | 1111000 | 0 | 11000 | 110100 | 10 | 100001 | 1011110 | 1001001 |
Color Harmonies of #FBC078
Complementary color
Monochromatic Colors of #FBC078
Black with #FBC078
Text Example
Text Example
White with #FBC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC078; }
p { color: rgb(251,192,120); }
H1.HeaderClassName
{
color: #FBC078;
}
.AnyTagClassName
{
color: #FBC078;
}
</style>
background-color css
<style>
a { background-color: #FBC078; }
a { background-color: rgb(251,192,120); }
div.DivClassName
{
background-color: #FBC078;
}
.BgClassName
{
background-color: #FBC078;
}
</style>
border-color css
<style>
span { border-color: #FBC078; }
span { border-color: rgb(251,192,120); }
td.TdClassName
{
border-color: #FBC078;
}
.TagClassName
{
border-color: #FBC078;
}
</style>