Shades of Chardonnay #FAC77D
Tints of Chardonnay #FAC77D
RGB
CMYK
RGB Variations
Color information
#FAC77D (or 0xFAC77D) is known color: Chardonnay. HEX triplet: FA, C7 and 7D. RGB value is (250,199,125). Sum of RGB (Red+Green+Blue) = 250+199+125=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC77D is #053882. Grayscale: #CECECE. Windows color (decimal): -342147 or 8243194. OLE color: 8243194.
HSL color Cylindrical-coordinate representation of color #FAC77D: hue angle of 35.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC77D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 125 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.02 |
| HSL | 35.52º | 0.93% | 0.74% | - |
| HSV(B) | 35.52º | 0.5% | 0.98% | - |
| XYZ | 63.55 | 62.65 | 28.15 | - |
| YUV | 205.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 125 | 0 | 0.20 | 0.50 | 0.02 | 35.52 | 0.93 | 0.74 |
| Hex | FA | C7 | 7D | 0 | 14 | 32 | 2 | 24 | 5D | 4A |
| Octal | 372 | 307 | 175 | 0 | 24 | 62 | 2 | 44 | 135 | 112 |
| Binary | 11111010 | 11000111 | 1111101 | 0 | 10100 | 110010 | 10 | 100100 | 1011101 | 1001010 |
Color Harmonies of #FAC77D
Complementary color
Monochromatic Colors of #FAC77D
Black with #FAC77D
Text Example
Text Example
White with #FAC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC77D; }
p { color: rgb(250,199,125); }
H1.HeaderClassName
{
color: #FAC77D;
}
.AnyTagClassName
{
color: #FAC77D;
}
</style>
background-color css
<style>
a { background-color: #FAC77D; }
a { background-color: rgb(250,199,125); }
div.DivClassName
{
background-color: #FAC77D;
}
.BgClassName
{
background-color: #FAC77D;
}
</style>
border-color css
<style>
span { border-color: #FAC77D; }
span { border-color: rgb(250,199,125); }
td.TdClassName
{
border-color: #FAC77D;
}
.TagClassName
{
border-color: #FAC77D;
}
</style>