Shades of Chardonnay #FFC06A
Tints of Chardonnay #FFC06A
RGB
CMYK
RGB Variations
Color information
#FFC06A (or 0xFFC06A) is known color: Chardonnay. HEX triplet: FF, C0 and 6A. RGB value is (255,192,106). Sum of RGB (Red+Green+Blue) = 255+192+106=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC06A is #003F95. Grayscale: #C9C9C9. Windows color (decimal): -16278 or 6996223. OLE color: 6996223.
HSL color Cylindrical-coordinate representation of color #FFC06A: hue angle of 34.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC06A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 106 | - |
| CMYK | 0 | 0.25 | 0.58 | 0 |
| HSL | 34.63º | 1% | 0.71% | - |
| HSV(B) | 34.63º | 0.58% | 1% | - |
| XYZ | 62.69 | 60 | 21.91 | - |
| YUV | 201.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 106 | 0 | 0.25 | 0.58 | 0 | 34.63 | 1 | 0.71 |
| Hex | FF | C0 | 6A | 0 | 19 | 3A | 0 | 23 | 64 | 47 |
| Octal | 377 | 300 | 152 | 0 | 31 | 72 | 0 | 43 | 144 | 107 |
| Binary | 11111111 | 11000000 | 1101010 | 0 | 11001 | 111010 | 0 | 100011 | 1100100 | 1000111 |
Color Harmonies of #FFC06A
Complementary color
Monochromatic Colors of #FFC06A
Black with #FFC06A
Text Example
Text Example
White with #FFC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC06A; }
p { color: rgb(255,192,106); }
H1.HeaderClassName
{
color: #FFC06A;
}
.AnyTagClassName
{
color: #FFC06A;
}
</style>
background-color css
<style>
a { background-color: #FFC06A; }
a { background-color: rgb(255,192,106); }
div.DivClassName
{
background-color: #FFC06A;
}
.BgClassName
{
background-color: #FFC06A;
}
</style>
border-color css
<style>
span { border-color: #FFC06A; }
span { border-color: rgb(255,192,106); }
td.TdClassName
{
border-color: #FFC06A;
}
.TagClassName
{
border-color: #FFC06A;
}
</style>