Shades of Chardonnay #FBC073
Tints of Chardonnay #FBC073
RGB
CMYK
RGB Variations
Color information
#FBC073 (or 0xFBC073) is known color: Chardonnay. HEX triplet: FB, C0 and 73. RGB value is (251,192,115). Sum of RGB (Red+Green+Blue) = 251+192+115=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC073 is #043F8C. Grayscale: #C9C9C9. Windows color (decimal): -278413 or 7586043. OLE color: 7586043.
HSL color Cylindrical-coordinate representation of color #FBC073: hue angle of 33.97º 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 #FBC073 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 115 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.02 |
| HSL | 33.97º | 0.94% | 0.72% | - |
| HSV(B) | 33.97º | 0.54% | 0.98% | - |
| XYZ | 61.73 | 59.45 | 24.44 | - |
| YUV | 200.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 115 | 0 | 0.24 | 0.54 | 0.02 | 33.97 | 0.94 | 0.72 |
| Hex | FB | C0 | 73 | 0 | 18 | 36 | 2 | 22 | 5E | 48 |
| Octal | 373 | 300 | 163 | 0 | 30 | 66 | 2 | 42 | 136 | 110 |
| Binary | 11111011 | 11000000 | 1110011 | 0 | 11000 | 110110 | 10 | 100010 | 1011110 | 1001000 |
Color Harmonies of #FBC073
Complementary color
Monochromatic Colors of #FBC073
Black with #FBC073
Text Example
Text Example
White with #FBC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC073; }
p { color: rgb(251,192,115); }
H1.HeaderClassName
{
color: #FBC073;
}
.AnyTagClassName
{
color: #FBC073;
}
</style>
background-color css
<style>
a { background-color: #FBC073; }
a { background-color: rgb(251,192,115); }
div.DivClassName
{
background-color: #FBC073;
}
.BgClassName
{
background-color: #FBC073;
}
</style>
border-color css
<style>
span { border-color: #FBC073; }
span { border-color: rgb(251,192,115); }
td.TdClassName
{
border-color: #FBC073;
}
.TagClassName
{
border-color: #FBC073;
}
</style>