Shades of Chardonnay #FAC06F
Tints of Chardonnay #FAC06F
RGB
CMYK
RGB Variations
Color information
#FAC06F (or 0xFAC06F) is known color: Chardonnay. HEX triplet: FA, C0 and 6F. RGB value is (250,192,111). Sum of RGB (Red+Green+Blue) = 250+192+111=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC06F is #053F90. Grayscale: #C8C8C8. Windows color (decimal): -343953 or 7323898. OLE color: 7323898.
HSL color Cylindrical-coordinate representation of color #FAC06F: hue angle of 34.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC06F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 111 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.02 |
| HSL | 34.96º | 0.93% | 0.71% | - |
| HSV(B) | 34.96º | 0.56% | 0.98% | - |
| XYZ | 61.14 | 59.17 | 23.24 | - |
| YUV | 200.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 111 | 0 | 0.23 | 0.56 | 0.02 | 34.96 | 0.93 | 0.71 |
| Hex | FA | C0 | 6F | 0 | 17 | 38 | 2 | 23 | 5D | 47 |
| Octal | 372 | 300 | 157 | 0 | 27 | 70 | 2 | 43 | 135 | 107 |
| Binary | 11111010 | 11000000 | 1101111 | 0 | 10111 | 111000 | 10 | 100011 | 1011101 | 1000111 |
Color Harmonies of #FAC06F
Complementary color
Monochromatic Colors of #FAC06F
Black with #FAC06F
Text Example
Text Example
White with #FAC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC06F; }
p { color: rgb(250,192,111); }
H1.HeaderClassName
{
color: #FAC06F;
}
.AnyTagClassName
{
color: #FAC06F;
}
</style>
background-color css
<style>
a { background-color: #FAC06F; }
a { background-color: rgb(250,192,111); }
div.DivClassName
{
background-color: #FAC06F;
}
.BgClassName
{
background-color: #FAC06F;
}
</style>
border-color css
<style>
span { border-color: #FAC06F; }
span { border-color: rgb(250,192,111); }
td.TdClassName
{
border-color: #FAC06F;
}
.TagClassName
{
border-color: #FAC06F;
}
</style>