Shades of Chardonnay #FAC67E
Tints of Chardonnay #FAC67E
RGB
CMYK
RGB Variations
Color information
#FAC67E (or 0xFAC67E) is known color: Chardonnay. HEX triplet: FA, C6 and 7E. RGB value is (250,198,126). Sum of RGB (Red+Green+Blue) = 250+198+126=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67E is #053981. Grayscale: #CDCDCD. Windows color (decimal): -342402 or 8308474. OLE color: 8308474.
HSL color Cylindrical-coordinate representation of color #FAC67E: hue angle of 34.84º 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 #FAC67E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 126 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.02 |
| HSL | 34.84º | 0.93% | 0.74% | - |
| HSV(B) | 34.84º | 0.5% | 0.98% | - |
| XYZ | 63.38 | 62.22 | 28.41 | - |
| YUV | 205.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 126 | 0 | 0.21 | 0.50 | 0.02 | 34.84 | 0.93 | 0.74 |
| Hex | FA | C6 | 7E | 0 | 15 | 32 | 2 | 23 | 5D | 4A |
| Octal | 372 | 306 | 176 | 0 | 25 | 62 | 2 | 43 | 135 | 112 |
| Binary | 11111010 | 11000110 | 1111110 | 0 | 10101 | 110010 | 10 | 100011 | 1011101 | 1001010 |
Color Harmonies of #FAC67E
Complementary color
Monochromatic Colors of #FAC67E
Black with #FAC67E
Text Example
Text Example
White with #FAC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC67E; }
p { color: rgb(250,198,126); }
H1.HeaderClassName
{
color: #FAC67E;
}
.AnyTagClassName
{
color: #FAC67E;
}
</style>
background-color css
<style>
a { background-color: #FAC67E; }
a { background-color: rgb(250,198,126); }
div.DivClassName
{
background-color: #FAC67E;
}
.BgClassName
{
background-color: #FAC67E;
}
</style>
border-color css
<style>
span { border-color: #FAC67E; }
span { border-color: rgb(250,198,126); }
td.TdClassName
{
border-color: #FAC67E;
}
.TagClassName
{
border-color: #FAC67E;
}
</style>