Shades of Chardonnay #FACA78
Tints of Chardonnay #FACA78
RGB
CMYK
RGB Variations
Color information
#FACA78 (or 0xFACA78) is known color: Chardonnay. HEX triplet: FA, CA and 78. RGB value is (250,202,120). Sum of RGB (Red+Green+Blue) = 250+202+120=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA78 is #053587. Grayscale: #CFCFCF. Windows color (decimal): -341384 or 7916282. OLE color: 7916282.
HSL color Cylindrical-coordinate representation of color #FACA78: hue angle of 37.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FACA78 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 120 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.02 |
| HSL | 37.85º | 0.93% | 0.73% | - |
| HSV(B) | 37.85º | 0.52% | 0.98% | - |
| XYZ | 63.94 | 63.92 | 26.74 | - |
| YUV | 207 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 120 | 0 | 0.19 | 0.52 | 0.02 | 37.85 | 0.93 | 0.73 |
| Hex | FA | CA | 78 | 0 | 13 | 34 | 2 | 26 | 5D | 49 |
| Octal | 372 | 312 | 170 | 0 | 23 | 64 | 2 | 46 | 135 | 111 |
| Binary | 11111010 | 11001010 | 1111000 | 0 | 10011 | 110100 | 10 | 100110 | 1011101 | 1001001 |
Color Harmonies of #FACA78
Complementary color
Monochromatic Colors of #FACA78
Black with #FACA78
Text Example
Text Example
White with #FACA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA78; }
p { color: rgb(250,202,120); }
H1.HeaderClassName
{
color: #FACA78;
}
.AnyTagClassName
{
color: #FACA78;
}
</style>
background-color css
<style>
a { background-color: #FACA78; }
a { background-color: rgb(250,202,120); }
div.DivClassName
{
background-color: #FACA78;
}
.BgClassName
{
background-color: #FACA78;
}
</style>
border-color css
<style>
span { border-color: #FACA78; }
span { border-color: rgb(250,202,120); }
td.TdClassName
{
border-color: #FACA78;
}
.TagClassName
{
border-color: #FACA78;
}
</style>