Shades of Chardonnay #FAC87B
Tints of Chardonnay #FAC87B
RGB
CMYK
RGB Variations
Color information
#FAC87B (or 0xFAC87B) is known color: Chardonnay. HEX triplet: FA, C8 and 7B. RGB value is (250,200,123). Sum of RGB (Red+Green+Blue) = 250+200+123=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC87B is #053784. Grayscale: #CECECE. Windows color (decimal): -341893 or 8112378. OLE color: 8112378.
HSL color Cylindrical-coordinate representation of color #FAC87B: hue angle of 36.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAC87B is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 123 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.02 |
| HSL | 36.38º | 0.93% | 0.73% | - |
| HSV(B) | 36.38º | 0.51% | 0.98% | - |
| XYZ | 63.65 | 63.06 | 27.56 | - |
| YUV | 206.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 123 | 0 | 0.2 | 0.51 | 0.02 | 36.38 | 0.93 | 0.73 |
| Hex | FA | C8 | 7B | 0 | 14 | 33 | 2 | 24 | 5D | 49 |
| Octal | 372 | 310 | 173 | 0 | 24 | 63 | 2 | 44 | 135 | 111 |
| Binary | 11111010 | 11001000 | 1111011 | 0 | 10100 | 110011 | 10 | 100100 | 1011101 | 1001001 |
Color Harmonies of #FAC87B
Complementary color
Monochromatic Colors of #FAC87B
Black with #FAC87B
Text Example
Text Example
White with #FAC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC87B; }
p { color: rgb(250,200,123); }
H1.HeaderClassName
{
color: #FAC87B;
}
.AnyTagClassName
{
color: #FAC87B;
}
</style>
background-color css
<style>
a { background-color: #FAC87B; }
a { background-color: rgb(250,200,123); }
div.DivClassName
{
background-color: #FAC87B;
}
.BgClassName
{
background-color: #FAC87B;
}
</style>
border-color css
<style>
span { border-color: #FAC87B; }
span { border-color: rgb(250,200,123); }
td.TdClassName
{
border-color: #FAC87B;
}
.TagClassName
{
border-color: #FAC87B;
}
</style>