Shades of Chardonnay #FAC67A
Tints of Chardonnay #FAC67A
RGB
CMYK
RGB Variations
Color information
#FAC67A (or 0xFAC67A) is known color: Chardonnay. HEX triplet: FA, C6 and 7A. RGB value is (250,198,122). Sum of RGB (Red+Green+Blue) = 250+198+122=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67A is #053985. Grayscale: #CDCDCD. Windows color (decimal): -342406 or 8046330. OLE color: 8046330.
HSL color Cylindrical-coordinate representation of color #FAC67A: hue angle of 35.62º 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 #FAC67A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 122 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.02 |
| HSL | 35.63º | 0.93% | 0.73% | - |
| HSV(B) | 35.63º | 0.51% | 0.98% | - |
| XYZ | 63.13 | 62.12 | 27.07 | - |
| YUV | 204.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 122 | 0 | 0.21 | 0.51 | 0.02 | 35.63 | 0.93 | 0.73 |
| Hex | FA | C6 | 7A | 0 | 15 | 33 | 2 | 24 | 5D | 49 |
| Octal | 372 | 306 | 172 | 0 | 25 | 63 | 2 | 44 | 135 | 111 |
| Binary | 11111010 | 11000110 | 1111010 | 0 | 10101 | 110011 | 10 | 100100 | 1011101 | 1001001 |
Color Harmonies of #FAC67A
Complementary color
Monochromatic Colors of #FAC67A
Black with #FAC67A
Text Example
Text Example
White with #FAC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC67A; }
p { color: rgb(250,198,122); }
H1.HeaderClassName
{
color: #FAC67A;
}
.AnyTagClassName
{
color: #FAC67A;
}
</style>
background-color css
<style>
a { background-color: #FAC67A; }
a { background-color: rgb(250,198,122); }
div.DivClassName
{
background-color: #FAC67A;
}
.BgClassName
{
background-color: #FAC67A;
}
</style>
border-color css
<style>
span { border-color: #FAC67A; }
span { border-color: rgb(250,198,122); }
td.TdClassName
{
border-color: #FAC67A;
}
.TagClassName
{
border-color: #FAC67A;
}
</style>