Shades of Chardonnay #FAC57B
Tints of Chardonnay #FAC57B
RGB
CMYK
RGB Variations
Color information
#FAC57B (or 0xFAC57B) is known color: Chardonnay. HEX triplet: FA, C5 and 7B. RGB value is (250,197,123). Sum of RGB (Red+Green+Blue) = 250+197+123=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC57B is #053A84. Grayscale: #CCCCCC. Windows color (decimal): -342661 or 8111610. OLE color: 8111610.
HSL color Cylindrical-coordinate representation of color #FAC57B: hue angle of 34.96º 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 #FAC57B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.02 |
| HSL | 34.96º | 0.93% | 0.73% | - |
| HSV(B) | 34.96º | 0.51% | 0.98% | - |
| XYZ | 62.97 | 61.69 | 27.33 | - |
| YUV | 204.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 123 | 0 | 0.21 | 0.51 | 0.02 | 34.96 | 0.93 | 0.73 |
| Hex | FA | C5 | 7B | 0 | 15 | 33 | 2 | 23 | 5D | 49 |
| Octal | 372 | 305 | 173 | 0 | 25 | 63 | 2 | 43 | 135 | 111 |
| Binary | 11111010 | 11000101 | 1111011 | 0 | 10101 | 110011 | 10 | 100011 | 1011101 | 1001001 |
Color Harmonies of #FAC57B
Complementary color
Monochromatic Colors of #FAC57B
Black with #FAC57B
Text Example
Text Example
White with #FAC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC57B; }
p { color: rgb(250,197,123); }
H1.HeaderClassName
{
color: #FAC57B;
}
.AnyTagClassName
{
color: #FAC57B;
}
</style>
background-color css
<style>
a { background-color: #FAC57B; }
a { background-color: rgb(250,197,123); }
div.DivClassName
{
background-color: #FAC57B;
}
.BgClassName
{
background-color: #FAC57B;
}
</style>
border-color css
<style>
span { border-color: #FAC57B; }
span { border-color: rgb(250,197,123); }
td.TdClassName
{
border-color: #FAC57B;
}
.TagClassName
{
border-color: #FAC57B;
}
</style>