Shades of Harvest Gold #F8C266
Tints of Harvest Gold #F8C266
RGB
CMYK
RGB Variations
Color information
#F8C266 (or 0xF8C266) is known color: Harvest Gold. HEX triplet: F8, C2 and 66. RGB value is (248,194,102). Sum of RGB (Red+Green+Blue) = 248+194+102=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C266 is #073D99. Grayscale: #C8C8C8. Windows color (decimal): -474522 or 6734584. OLE color: 6734584.
HSL color Cylindrical-coordinate representation of color #F8C266: hue angle of 37.81º 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 #F8C266 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 102 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.03 |
| HSL | 37.81º | 0.91% | 0.69% | - |
| HSV(B) | 37.81º | 0.59% | 0.97% | - |
| XYZ | 60.4 | 59.5 | 20.87 | - |
| YUV | 199.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 102 | 0 | 0.22 | 0.59 | 0.03 | 37.81 | 0.91 | 0.69 |
| Hex | F8 | C2 | 66 | 0 | 16 | 3B | 3 | 26 | 5B | 45 |
| Octal | 370 | 302 | 146 | 0 | 26 | 73 | 3 | 46 | 133 | 105 |
| Binary | 11111000 | 11000010 | 1100110 | 0 | 10110 | 111011 | 11 | 100110 | 1011011 | 1000101 |
Color Harmonies of #F8C266
Complementary color
Monochromatic Colors of #F8C266
Black with #F8C266
Text Example
Text Example
White with #F8C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C266; }
p { color: rgb(248,194,102); }
H1.HeaderClassName
{
color: #F8C266;
}
.AnyTagClassName
{
color: #F8C266;
}
</style>
background-color css
<style>
a { background-color: #F8C266; }
a { background-color: rgb(248,194,102); }
div.DivClassName
{
background-color: #F8C266;
}
.BgClassName
{
background-color: #F8C266;
}
</style>
border-color css
<style>
span { border-color: #F8C266; }
span { border-color: rgb(248,194,102); }
td.TdClassName
{
border-color: #F8C266;
}
.TagClassName
{
border-color: #F8C266;
}
</style>