Shades of Chardonnay #FAC270
Tints of Chardonnay #FAC270
RGB
CMYK
RGB Variations
Color information
#FAC270 (or 0xFAC270) is known color: Chardonnay. HEX triplet: FA, C2 and 70. RGB value is (250,194,112). Sum of RGB (Red+Green+Blue) = 250+194+112=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC270 is #053D8F. Grayscale: #C9C9C9. Windows color (decimal): -343440 or 7389946. OLE color: 7389946.
HSL color Cylindrical-coordinate representation of color #FAC270: hue angle of 35.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAC270 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 112 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.02 |
| HSL | 35.65º | 0.93% | 0.71% | - |
| HSV(B) | 35.65º | 0.55% | 0.98% | - |
| XYZ | 61.64 | 60.08 | 23.68 | - |
| YUV | 201.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 112 | 0 | 0.22 | 0.55 | 0.02 | 35.65 | 0.93 | 0.71 |
| Hex | FA | C2 | 70 | 0 | 16 | 37 | 2 | 24 | 5D | 47 |
| Octal | 372 | 302 | 160 | 0 | 26 | 67 | 2 | 44 | 135 | 107 |
| Binary | 11111010 | 11000010 | 1110000 | 0 | 10110 | 110111 | 10 | 100100 | 1011101 | 1000111 |
Color Harmonies of #FAC270
Complementary color
Monochromatic Colors of #FAC270
Black with #FAC270
Text Example
Text Example
White with #FAC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC270; }
p { color: rgb(250,194,112); }
H1.HeaderClassName
{
color: #FAC270;
}
.AnyTagClassName
{
color: #FAC270;
}
</style>
background-color css
<style>
a { background-color: #FAC270; }
a { background-color: rgb(250,194,112); }
div.DivClassName
{
background-color: #FAC270;
}
.BgClassName
{
background-color: #FAC270;
}
</style>
border-color css
<style>
span { border-color: #FAC270; }
span { border-color: rgb(250,194,112); }
td.TdClassName
{
border-color: #FAC270;
}
.TagClassName
{
border-color: #FAC270;
}
</style>