Shades of Chardonnay #FAC877
Tints of Chardonnay #FAC877
RGB
CMYK
RGB Variations
Color information
#FAC877 (or 0xFAC877) is known color: Chardonnay. HEX triplet: FA, C8 and 77. RGB value is (250,200,119). Sum of RGB (Red+Green+Blue) = 250+200+119=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC877 is #053788. Grayscale: #CECECE. Windows color (decimal): -341897 or 7850234. OLE color: 7850234.
HSL color Cylindrical-coordinate representation of color #FAC877: hue angle of 37.1º 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 #FAC877 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 119 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.02 |
| HSL | 37.1º | 0.93% | 0.72% | - |
| HSV(B) | 37.1º | 0.52% | 0.98% | - |
| XYZ | 63.41 | 62.96 | 26.26 | - |
| YUV | 205.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 119 | 0 | 0.2 | 0.52 | 0.02 | 37.1 | 0.93 | 0.72 |
| Hex | FA | C8 | 77 | 0 | 14 | 34 | 2 | 25 | 5D | 48 |
| Octal | 372 | 310 | 167 | 0 | 24 | 64 | 2 | 45 | 135 | 110 |
| Binary | 11111010 | 11001000 | 1110111 | 0 | 10100 | 110100 | 10 | 100101 | 1011101 | 1001000 |
Color Harmonies of #FAC877
Complementary color
Monochromatic Colors of #FAC877
Black with #FAC877
Text Example
Text Example
White with #FAC877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC877; }
p { color: rgb(250,200,119); }
H1.HeaderClassName
{
color: #FAC877;
}
.AnyTagClassName
{
color: #FAC877;
}
</style>
background-color css
<style>
a { background-color: #FAC877; }
a { background-color: rgb(250,200,119); }
div.DivClassName
{
background-color: #FAC877;
}
.BgClassName
{
background-color: #FAC877;
}
</style>
border-color css
<style>
span { border-color: #FAC877; }
span { border-color: rgb(250,200,119); }
td.TdClassName
{
border-color: #FAC877;
}
.TagClassName
{
border-color: #FAC877;
}
</style>