Shades of Chardonnay #FAC074
Tints of Chardonnay #FAC074
RGB
CMYK
RGB Variations
Color information
#FAC074 (or 0xFAC074) is known color: Chardonnay. HEX triplet: FA, C0 and 74. RGB value is (250,192,116). Sum of RGB (Red+Green+Blue) = 250+192+116=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC074 is #053F8B. Grayscale: #C9C9C9. Windows color (decimal): -343948 or 7651578. OLE color: 7651578.
HSL color Cylindrical-coordinate representation of color #FAC074: hue angle of 34.03º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC074 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.02 |
| HSL | 34.03º | 0.93% | 0.72% | - |
| HSV(B) | 34.03º | 0.54% | 0.98% | - |
| XYZ | 61.43 | 59.28 | 24.73 | - |
| YUV | 200.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 116 | 0 | 0.23 | 0.54 | 0.02 | 34.03 | 0.93 | 0.72 |
| Hex | FA | C0 | 74 | 0 | 17 | 36 | 2 | 22 | 5D | 48 |
| Octal | 372 | 300 | 164 | 0 | 27 | 66 | 2 | 42 | 135 | 110 |
| Binary | 11111010 | 11000000 | 1110100 | 0 | 10111 | 110110 | 10 | 100010 | 1011101 | 1001000 |
Color Harmonies of #FAC074
Complementary color
Monochromatic Colors of #FAC074
Black with #FAC074
Text Example
Text Example
White with #FAC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC074; }
p { color: rgb(250,192,116); }
H1.HeaderClassName
{
color: #FAC074;
}
.AnyTagClassName
{
color: #FAC074;
}
</style>
background-color css
<style>
a { background-color: #FAC074; }
a { background-color: rgb(250,192,116); }
div.DivClassName
{
background-color: #FAC074;
}
.BgClassName
{
background-color: #FAC074;
}
</style>
border-color css
<style>
span { border-color: #FAC074; }
span { border-color: rgb(250,192,116); }
td.TdClassName
{
border-color: #FAC074;
}
.TagClassName
{
border-color: #FAC074;
}
</style>