Shades of Chardonnay #FFCA75
Tints of Chardonnay #FFCA75
RGB
CMYK
RGB Variations
Color information
#FFCA75 (or 0xFFCA75) is known color: Chardonnay. HEX triplet: FF, CA and 75. RGB value is (255,202,117). Sum of RGB (Red+Green+Blue) = 255+202+117=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA75 is #00358A. Grayscale: #D0D0D0. Windows color (decimal): -13707 or 7719679. OLE color: 7719679.
HSL color Cylindrical-coordinate representation of color #FFCA75: hue angle of 36.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFCA75 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 117 | - |
| CMYK | 0 | 0.21 | 0.54 | 0 |
| HSL | 36.96º | 1% | 0.73% | - |
| HSV(B) | 36.96º | 0.54% | 1% | - |
| XYZ | 65.57 | 64.79 | 25.88 | - |
| YUV | 208.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 117 | 0 | 0.21 | 0.54 | 0 | 36.96 | 1 | 0.73 |
| Hex | FF | CA | 75 | 0 | 15 | 36 | 0 | 25 | 64 | 49 |
| Octal | 377 | 312 | 165 | 0 | 25 | 66 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001010 | 1110101 | 0 | 10101 | 110110 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFCA75
Complementary color
Monochromatic Colors of #FFCA75
Black with #FFCA75
Text Example
Text Example
White with #FFCA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA75; }
p { color: rgb(255,202,117); }
H1.HeaderClassName
{
color: #FFCA75;
}
.AnyTagClassName
{
color: #FFCA75;
}
</style>
background-color css
<style>
a { background-color: #FFCA75; }
a { background-color: rgb(255,202,117); }
div.DivClassName
{
background-color: #FFCA75;
}
.BgClassName
{
background-color: #FFCA75;
}
</style>
border-color css
<style>
span { border-color: #FFCA75; }
span { border-color: rgb(255,202,117); }
td.TdClassName
{
border-color: #FFCA75;
}
.TagClassName
{
border-color: #FFCA75;
}
</style>