Shades of Chardonnay #FAC077
Tints of Chardonnay #FAC077
RGB
CMYK
RGB Variations
Color information
#FAC077 (or 0xFAC077) is known color: Chardonnay. HEX triplet: FA, C0 and 77. RGB value is (250,192,119). Sum of RGB (Red+Green+Blue) = 250+192+119=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC077 is #053F88. Grayscale: #C9C9C9. Windows color (decimal): -343945 or 7848186. OLE color: 7848186.
HSL color Cylindrical-coordinate representation of color #FAC077: hue angle of 33.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAC077 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 119 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.02 |
| HSL | 33.44º | 0.93% | 0.72% | - |
| HSV(B) | 33.44º | 0.52% | 0.98% | - |
| XYZ | 61.6 | 59.36 | 25.66 | - |
| YUV | 201.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 119 | 0 | 0.23 | 0.52 | 0.02 | 33.44 | 0.93 | 0.72 |
| Hex | FA | C0 | 77 | 0 | 17 | 34 | 2 | 21 | 5D | 48 |
| Octal | 372 | 300 | 167 | 0 | 27 | 64 | 2 | 41 | 135 | 110 |
| Binary | 11111010 | 11000000 | 1110111 | 0 | 10111 | 110100 | 10 | 100001 | 1011101 | 1001000 |
Color Harmonies of #FAC077
Complementary color
Monochromatic Colors of #FAC077
Black with #FAC077
Text Example
Text Example
White with #FAC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC077; }
p { color: rgb(250,192,119); }
H1.HeaderClassName
{
color: #FAC077;
}
.AnyTagClassName
{
color: #FAC077;
}
</style>
background-color css
<style>
a { background-color: #FAC077; }
a { background-color: rgb(250,192,119); }
div.DivClassName
{
background-color: #FAC077;
}
.BgClassName
{
background-color: #FAC077;
}
</style>
border-color css
<style>
span { border-color: #FAC077; }
span { border-color: rgb(250,192,119); }
td.TdClassName
{
border-color: #FAC077;
}
.TagClassName
{
border-color: #FAC077;
}
</style>