Shades of Chardonnay #FAC77F
Tints of Chardonnay #FAC77F
RGB
CMYK
RGB Variations
Color information
#FAC77F (or 0xFAC77F) is known color: Chardonnay. HEX triplet: FA, C7 and 7F. RGB value is (250,199,127). Sum of RGB (Red+Green+Blue) = 250+199+127=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC77F is #053880. Grayscale: #CECECE. Windows color (decimal): -342145 or 8374266. OLE color: 8374266.
HSL color Cylindrical-coordinate representation of color #FAC77F: hue angle of 35.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAC77F is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 127 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.02 |
| HSL | 35.12º | 0.92% | 0.74% | - |
| HSV(B) | 35.12º | 0.49% | 0.98% | - |
| XYZ | 63.68 | 62.7 | 28.83 | - |
| YUV | 206.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 127 | 0 | 0.20 | 0.49 | 0.02 | 35.12 | 0.92 | 0.74 |
| Hex | FA | C7 | 7F | 0 | 14 | 31 | 2 | 23 | 5C | 4A |
| Octal | 372 | 307 | 177 | 0 | 24 | 61 | 2 | 43 | 134 | 112 |
| Binary | 11111010 | 11000111 | 1111111 | 0 | 10100 | 110001 | 10 | 100011 | 1011100 | 1001010 |
Color Harmonies of #FAC77F
Complementary color
Monochromatic Colors of #FAC77F
Black with #FAC77F
Text Example
Text Example
White with #FAC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC77F; }
p { color: rgb(250,199,127); }
H1.HeaderClassName
{
color: #FAC77F;
}
.AnyTagClassName
{
color: #FAC77F;
}
</style>
background-color css
<style>
a { background-color: #FAC77F; }
a { background-color: rgb(250,199,127); }
div.DivClassName
{
background-color: #FAC77F;
}
.BgClassName
{
background-color: #FAC77F;
}
</style>
border-color css
<style>
span { border-color: #FAC77F; }
span { border-color: rgb(250,199,127); }
td.TdClassName
{
border-color: #FAC77F;
}
.TagClassName
{
border-color: #FAC77F;
}
</style>