Shades of Chardonnay #FAC27B
Tints of Chardonnay #FAC27B
RGB
CMYK
RGB Variations
Color information
#FAC27B (or 0xFAC27B) is known color: Chardonnay. HEX triplet: FA, C2 and 7B. RGB value is (250,194,123). Sum of RGB (Red+Green+Blue) = 250+194+123=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27B is #053D84. Grayscale: #CACACA. Windows color (decimal): -343429 or 8110842. OLE color: 8110842.
HSL color Cylindrical-coordinate representation of color #FAC27B: hue angle of 33.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAC27B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 123 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.02 |
| HSL | 33.54º | 0.93% | 0.73% | - |
| HSV(B) | 33.54º | 0.51% | 0.98% | - |
| XYZ | 62.29 | 60.34 | 27.1 | - |
| YUV | 202.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 123 | 0 | 0.22 | 0.51 | 0.02 | 33.54 | 0.93 | 0.73 |
| Hex | FA | C2 | 7B | 0 | 16 | 33 | 2 | 22 | 5D | 49 |
| Octal | 372 | 302 | 173 | 0 | 26 | 63 | 2 | 42 | 135 | 111 |
| Binary | 11111010 | 11000010 | 1111011 | 0 | 10110 | 110011 | 10 | 100010 | 1011101 | 1001001 |
Color Harmonies of #FAC27B
Complementary color
Monochromatic Colors of #FAC27B
Black with #FAC27B
Text Example
Text Example
White with #FAC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC27B; }
p { color: rgb(250,194,123); }
H1.HeaderClassName
{
color: #FAC27B;
}
.AnyTagClassName
{
color: #FAC27B;
}
</style>
background-color css
<style>
a { background-color: #FAC27B; }
a { background-color: rgb(250,194,123); }
div.DivClassName
{
background-color: #FAC27B;
}
.BgClassName
{
background-color: #FAC27B;
}
</style>
border-color css
<style>
span { border-color: #FAC27B; }
span { border-color: rgb(250,194,123); }
td.TdClassName
{
border-color: #FAC27B;
}
.TagClassName
{
border-color: #FAC27B;
}
</style>