Shades of Chardonnay #FAC67B
Tints of Chardonnay #FAC67B
RGB
CMYK
RGB Variations
Color information
#FAC67B (or 0xFAC67B) is known color: Chardonnay. HEX triplet: FA, C6 and 7B. RGB value is (250,198,123). Sum of RGB (Red+Green+Blue) = 250+198+123=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67B is #053984. Grayscale: #CDCDCD. Windows color (decimal): -342405 or 8111866. OLE color: 8111866.
HSL color Cylindrical-coordinate representation of color #FAC67B: hue angle of 35.43º 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 #FAC67B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.02 |
| HSL | 35.43º | 0.93% | 0.73% | - |
| HSV(B) | 35.43º | 0.51% | 0.98% | - |
| XYZ | 63.19 | 62.14 | 27.4 | - |
| YUV | 205 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 123 | 0 | 0.21 | 0.51 | 0.02 | 35.43 | 0.93 | 0.73 |
| Hex | FA | C6 | 7B | 0 | 15 | 33 | 2 | 23 | 5D | 49 |
| Octal | 372 | 306 | 173 | 0 | 25 | 63 | 2 | 43 | 135 | 111 |
| Binary | 11111010 | 11000110 | 1111011 | 0 | 10101 | 110011 | 10 | 100011 | 1011101 | 1001001 |
Color Harmonies of #FAC67B
Complementary color
Monochromatic Colors of #FAC67B
Black with #FAC67B
Text Example
Text Example
White with #FAC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC67B; }
p { color: rgb(250,198,123); }
H1.HeaderClassName
{
color: #FAC67B;
}
.AnyTagClassName
{
color: #FAC67B;
}
</style>
background-color css
<style>
a { background-color: #FAC67B; }
a { background-color: rgb(250,198,123); }
div.DivClassName
{
background-color: #FAC67B;
}
.BgClassName
{
background-color: #FAC67B;
}
</style>
border-color css
<style>
span { border-color: #FAC67B; }
span { border-color: rgb(250,198,123); }
td.TdClassName
{
border-color: #FAC67B;
}
.TagClassName
{
border-color: #FAC67B;
}
</style>