Shades of Chardonnay #F9C370
Tints of Chardonnay #F9C370
RGB
CMYK
RGB Variations
Color information
#F9C370 (or 0xF9C370) is known color: Chardonnay. HEX triplet: F9, C3 and 70. RGB value is (249,195,112). Sum of RGB (Red+Green+Blue) = 249+195+112=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C370 is #063C8F. Grayscale: #CACACA. Windows color (decimal): -408720 or 7390201. OLE color: 7390201.
HSL color Cylindrical-coordinate representation of color #F9C370: hue angle of 36.35º degrees, saturation: 0.92, 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 #F9C370 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 112 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.02 |
| HSL | 36.35º | 0.92% | 0.71% | - |
| HSV(B) | 36.35º | 0.55% | 0.98% | - |
| XYZ | 61.51 | 60.34 | 23.73 | - |
| YUV | 201.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 112 | 0 | 0.22 | 0.55 | 0.02 | 36.35 | 0.92 | 0.71 |
| Hex | F9 | C3 | 70 | 0 | 16 | 37 | 2 | 24 | 5C | 47 |
| Octal | 371 | 303 | 160 | 0 | 26 | 67 | 2 | 44 | 134 | 107 |
| Binary | 11111001 | 11000011 | 1110000 | 0 | 10110 | 110111 | 10 | 100100 | 1011100 | 1000111 |
Color Harmonies of #F9C370
Complementary color
Monochromatic Colors of #F9C370
Black with #F9C370
Text Example
Text Example
White with #F9C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C370; }
p { color: rgb(249,195,112); }
H1.HeaderClassName
{
color: #F9C370;
}
.AnyTagClassName
{
color: #F9C370;
}
</style>
background-color css
<style>
a { background-color: #F9C370; }
a { background-color: rgb(249,195,112); }
div.DivClassName
{
background-color: #F9C370;
}
.BgClassName
{
background-color: #F9C370;
}
</style>
border-color css
<style>
span { border-color: #F9C370; }
span { border-color: rgb(249,195,112); }
td.TdClassName
{
border-color: #F9C370;
}
.TagClassName
{
border-color: #F9C370;
}
</style>