Shades of Chardonnay #F9C075
Tints of Chardonnay #F9C075
RGB
CMYK
RGB Variations
Color information
#F9C075 (or 0xF9C075) is known color: Chardonnay. HEX triplet: F9, C0 and 75. RGB value is (249,192,117). Sum of RGB (Red+Green+Blue) = 249+192+117=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C075 is #063F8A. Grayscale: #C8C8C8. Windows color (decimal): -409483 or 7717113. OLE color: 7717113.
HSL color Cylindrical-coordinate representation of color #F9C075: hue angle of 34.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9C075 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 117 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.02 |
| HSL | 34.09º | 0.92% | 0.72% | - |
| HSV(B) | 34.09º | 0.53% | 0.98% | - |
| XYZ | 61.13 | 59.12 | 25.02 | - |
| YUV | 200.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 117 | 0 | 0.23 | 0.53 | 0.02 | 34.09 | 0.92 | 0.72 |
| Hex | F9 | C0 | 75 | 0 | 17 | 35 | 2 | 22 | 5C | 48 |
| Octal | 371 | 300 | 165 | 0 | 27 | 65 | 2 | 42 | 134 | 110 |
| Binary | 11111001 | 11000000 | 1110101 | 0 | 10111 | 110101 | 10 | 100010 | 1011100 | 1001000 |
Color Harmonies of #F9C075
Complementary color
Monochromatic Colors of #F9C075
Black with #F9C075
Text Example
Text Example
White with #F9C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C075; }
p { color: rgb(249,192,117); }
H1.HeaderClassName
{
color: #F9C075;
}
.AnyTagClassName
{
color: #F9C075;
}
</style>
background-color css
<style>
a { background-color: #F9C075; }
a { background-color: rgb(249,192,117); }
div.DivClassName
{
background-color: #F9C075;
}
.BgClassName
{
background-color: #F9C075;
}
</style>
border-color css
<style>
span { border-color: #F9C075; }
span { border-color: rgb(249,192,117); }
td.TdClassName
{
border-color: #F9C075;
}
.TagClassName
{
border-color: #F9C075;
}
</style>