Shades of Chardonnay #FABF77
Tints of Chardonnay #FABF77
RGB
CMYK
RGB Variations
Color information
#FABF77 (or 0xFABF77) is known color: Chardonnay. HEX triplet: FA, BF and 77. RGB value is (250,191,119). Sum of RGB (Red+Green+Blue) = 250+191+119=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF77 is #054088. Grayscale: #C8C8C8. Windows color (decimal): -344201 or 7847930. OLE color: 7847930.
HSL color Cylindrical-coordinate representation of color #FABF77: hue angle of 32.98º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FABF77 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 119 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.02 |
| HSL | 32.98º | 0.93% | 0.72% | - |
| HSV(B) | 32.98º | 0.52% | 0.98% | - |
| XYZ | 61.38 | 58.92 | 25.59 | - |
| YUV | 200.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 119 | 0 | 0.24 | 0.52 | 0.02 | 32.98 | 0.93 | 0.72 |
| Hex | FA | BF | 77 | 0 | 18 | 34 | 2 | 21 | 5D | 48 |
| Octal | 372 | 277 | 167 | 0 | 30 | 64 | 2 | 41 | 135 | 110 |
| Binary | 11111010 | 10111111 | 1110111 | 0 | 11000 | 110100 | 10 | 100001 | 1011101 | 1001000 |
Color Harmonies of #FABF77
Complementary color
Monochromatic Colors of #FABF77
Black with #FABF77
Text Example
Text Example
White with #FABF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABF77; }
p { color: rgb(250,191,119); }
H1.HeaderClassName
{
color: #FABF77;
}
.AnyTagClassName
{
color: #FABF77;
}
</style>
background-color css
<style>
a { background-color: #FABF77; }
a { background-color: rgb(250,191,119); }
div.DivClassName
{
background-color: #FABF77;
}
.BgClassName
{
background-color: #FABF77;
}
</style>
border-color css
<style>
span { border-color: #FABF77; }
span { border-color: rgb(250,191,119); }
td.TdClassName
{
border-color: #FABF77;
}
.TagClassName
{
border-color: #FABF77;
}
</style>