Shades of Harvest Gold #F0C26B
Tints of Harvest Gold #F0C26B
RGB
CMYK
RGB Variations
Color information
#F0C26B (or 0xF0C26B) is known color: Harvest Gold. HEX triplet: F0, C2 and 6B. RGB value is (240,194,107). Sum of RGB (Red+Green+Blue) = 240+194+107=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C26B is #0F3D94. Grayscale: #C6C6C6. Windows color (decimal): -998805 or 7062256. OLE color: 7062256.
HSL color Cylindrical-coordinate representation of color #F0C26B: hue angle of 39.25º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0C26B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 107 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.06 |
| HSL | 39.25º | 0.82% | 0.68% | - |
| HSV(B) | 39.25º | 0.55% | 0.94% | - |
| XYZ | 57.88 | 58.17 | 22.09 | - |
| YUV | 197.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 107 | 0 | 0.19 | 0.55 | 0.06 | 39.25 | 0.82 | 0.68 |
| Hex | F0 | C2 | 6B | 0 | 13 | 37 | 6 | 27 | 52 | 44 |
| Octal | 360 | 302 | 153 | 0 | 23 | 67 | 6 | 47 | 122 | 104 |
| Binary | 11110000 | 11000010 | 1101011 | 0 | 10011 | 110111 | 110 | 100111 | 1010010 | 1000100 |
Color Harmonies of #F0C26B
Complementary color
Monochromatic Colors of #F0C26B
Black with #F0C26B
Text Example
Text Example
White with #F0C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C26B; }
p { color: rgb(240,194,107); }
H1.HeaderClassName
{
color: #F0C26B;
}
.AnyTagClassName
{
color: #F0C26B;
}
</style>
background-color css
<style>
a { background-color: #F0C26B; }
a { background-color: rgb(240,194,107); }
div.DivClassName
{
background-color: #F0C26B;
}
.BgClassName
{
background-color: #F0C26B;
}
</style>
border-color css
<style>
span { border-color: #F0C26B; }
span { border-color: rgb(240,194,107); }
td.TdClassName
{
border-color: #F0C26B;
}
.TagClassName
{
border-color: #F0C26B;
}
</style>