Shades of Harvest Gold #F8C06A
Tints of Harvest Gold #F8C06A
RGB
CMYK
RGB Variations
Color information
#F8C06A (or 0xF8C06A) is known color: Harvest Gold. HEX triplet: F8, C0 and 6A. RGB value is (248,192,106). Sum of RGB (Red+Green+Blue) = 248+192+106=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C06A is #073F95. Grayscale: #C7C7C7. Windows color (decimal): -475030 or 6996216. OLE color: 6996216.
HSL color Cylindrical-coordinate representation of color #F8C06A: hue angle of 36.34º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C06A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 106 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.03 |
| HSL | 36.34º | 0.91% | 0.69% | - |
| HSV(B) | 36.34º | 0.57% | 0.97% | - |
| XYZ | 60.16 | 58.7 | 21.79 | - |
| YUV | 198.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 106 | 0 | 0.23 | 0.57 | 0.03 | 36.34 | 0.91 | 0.69 |
| Hex | F8 | C0 | 6A | 0 | 17 | 39 | 3 | 24 | 5B | 45 |
| Octal | 370 | 300 | 152 | 0 | 27 | 71 | 3 | 44 | 133 | 105 |
| Binary | 11111000 | 11000000 | 1101010 | 0 | 10111 | 111001 | 11 | 100100 | 1011011 | 1000101 |
Color Harmonies of #F8C06A
Complementary color
Monochromatic Colors of #F8C06A
Black with #F8C06A
Text Example
Text Example
White with #F8C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C06A; }
p { color: rgb(248,192,106); }
H1.HeaderClassName
{
color: #F8C06A;
}
.AnyTagClassName
{
color: #F8C06A;
}
</style>
background-color css
<style>
a { background-color: #F8C06A; }
a { background-color: rgb(248,192,106); }
div.DivClassName
{
background-color: #F8C06A;
}
.BgClassName
{
background-color: #F8C06A;
}
</style>
border-color css
<style>
span { border-color: #F8C06A; }
span { border-color: rgb(248,192,106); }
td.TdClassName
{
border-color: #F8C06A;
}
.TagClassName
{
border-color: #F8C06A;
}
</style>