Shades of Chardonnay #FAC17B
Tints of Chardonnay #FAC17B
RGB
CMYK
RGB Variations
Color information
#FAC17B (or 0xFAC17B) is known color: Chardonnay. HEX triplet: FA, C1 and 7B. RGB value is (250,193,123). Sum of RGB (Red+Green+Blue) = 250+193+123=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC17B is #053E84. Grayscale: #CACACA. Windows color (decimal): -343685 or 8110586. OLE color: 8110586.
HSL color Cylindrical-coordinate representation of color #FAC17B: hue angle of 33.07º 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 #FAC17B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.02 |
| HSL | 33.07º | 0.93% | 0.73% | - |
| HSV(B) | 33.07º | 0.51% | 0.98% | - |
| XYZ | 62.07 | 59.89 | 27.03 | - |
| YUV | 202.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 123 | 0 | 0.23 | 0.51 | 0.02 | 33.07 | 0.93 | 0.73 |
| Hex | FA | C1 | 7B | 0 | 17 | 33 | 2 | 21 | 5D | 49 |
| Octal | 372 | 301 | 173 | 0 | 27 | 63 | 2 | 41 | 135 | 111 |
| Binary | 11111010 | 11000001 | 1111011 | 0 | 10111 | 110011 | 10 | 100001 | 1011101 | 1001001 |
Color Harmonies of #FAC17B
Complementary color
Monochromatic Colors of #FAC17B
Black with #FAC17B
Text Example
Text Example
White with #FAC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC17B; }
p { color: rgb(250,193,123); }
H1.HeaderClassName
{
color: #FAC17B;
}
.AnyTagClassName
{
color: #FAC17B;
}
</style>
background-color css
<style>
a { background-color: #FAC17B; }
a { background-color: rgb(250,193,123); }
div.DivClassName
{
background-color: #FAC17B;
}
.BgClassName
{
background-color: #FAC17B;
}
</style>
border-color css
<style>
span { border-color: #FAC17B; }
span { border-color: rgb(250,193,123); }
td.TdClassName
{
border-color: #FAC17B;
}
.TagClassName
{
border-color: #FAC17B;
}
</style>