Shades of Harvest Gold #F8C066
Tints of Harvest Gold #F8C066
RGB
CMYK
RGB Variations
Color information
#F8C066 (or 0xF8C066) is known color: Harvest Gold. HEX triplet: F8, C0 and 66. RGB value is (248,192,102). Sum of RGB (Red+Green+Blue) = 248+192+102=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C066 is #073F99. Grayscale: #C6C6C6. Windows color (decimal): -475034 or 6734072. OLE color: 6734072.
HSL color Cylindrical-coordinate representation of color #F8C066: hue angle of 36.99º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C066 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 102 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.03 |
| HSL | 36.99º | 0.91% | 0.69% | - |
| HSV(B) | 36.99º | 0.59% | 0.97% | - |
| XYZ | 59.96 | 58.62 | 20.72 | - |
| YUV | 198.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 102 | 0 | 0.23 | 0.59 | 0.03 | 36.99 | 0.91 | 0.69 |
| Hex | F8 | C0 | 66 | 0 | 17 | 3B | 3 | 25 | 5B | 45 |
| Octal | 370 | 300 | 146 | 0 | 27 | 73 | 3 | 45 | 133 | 105 |
| Binary | 11111000 | 11000000 | 1100110 | 0 | 10111 | 111011 | 11 | 100101 | 1011011 | 1000101 |
Color Harmonies of #F8C066
Complementary color
Monochromatic Colors of #F8C066
Black with #F8C066
Text Example
Text Example
White with #F8C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C066; }
p { color: rgb(248,192,102); }
H1.HeaderClassName
{
color: #F8C066;
}
.AnyTagClassName
{
color: #F8C066;
}
</style>
background-color css
<style>
a { background-color: #F8C066; }
a { background-color: rgb(248,192,102); }
div.DivClassName
{
background-color: #F8C066;
}
.BgClassName
{
background-color: #F8C066;
}
</style>
border-color css
<style>
span { border-color: #F8C066; }
span { border-color: rgb(248,192,102); }
td.TdClassName
{
border-color: #F8C066;
}
.TagClassName
{
border-color: #F8C066;
}
</style>