Shades of Harvest Gold #F8C069
Tints of Harvest Gold #F8C069
RGB
CMYK
RGB Variations
Color information
#F8C069 (or 0xF8C069) is known color: Harvest Gold. HEX triplet: F8, C0 and 69. RGB value is (248,192,105). Sum of RGB (Red+Green+Blue) = 248+192+105=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C069 is #073F96. Grayscale: #C7C7C7. Windows color (decimal): -475031 or 6930680. OLE color: 6930680.
HSL color Cylindrical-coordinate representation of color #F8C069: hue angle of 36.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8C069 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 105 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.03 |
| HSL | 36.5º | 0.91% | 0.69% | - |
| HSV(B) | 36.5º | 0.58% | 0.97% | - |
| XYZ | 60.11 | 58.68 | 21.52 | - |
| YUV | 198.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 105 | 0 | 0.23 | 0.58 | 0.03 | 36.5 | 0.91 | 0.69 |
| Hex | F8 | C0 | 69 | 0 | 17 | 3A | 3 | 25 | 5B | 45 |
| Octal | 370 | 300 | 151 | 0 | 27 | 72 | 3 | 45 | 133 | 105 |
| Binary | 11111000 | 11000000 | 1101001 | 0 | 10111 | 111010 | 11 | 100101 | 1011011 | 1000101 |
Color Harmonies of #F8C069
Complementary color
Monochromatic Colors of #F8C069
Black with #F8C069
Text Example
Text Example
White with #F8C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C069; }
p { color: rgb(248,192,105); }
H1.HeaderClassName
{
color: #F8C069;
}
.AnyTagClassName
{
color: #F8C069;
}
</style>
background-color css
<style>
a { background-color: #F8C069; }
a { background-color: rgb(248,192,105); }
div.DivClassName
{
background-color: #F8C069;
}
.BgClassName
{
background-color: #F8C069;
}
</style>
border-color css
<style>
span { border-color: #F8C069; }
span { border-color: rgb(248,192,105); }
td.TdClassName
{
border-color: #F8C069;
}
.TagClassName
{
border-color: #F8C069;
}
</style>