Shades of Harvest Gold #F8C264
Tints of Harvest Gold #F8C264
RGB
CMYK
RGB Variations
Color information
#F8C264 (or 0xF8C264) is known color: Harvest Gold. HEX triplet: F8, C2 and 64. RGB value is (248,194,100). Sum of RGB (Red+Green+Blue) = 248+194+100=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C264 is #073D9B. Grayscale: #C7C7C7. Windows color (decimal): -474524 or 6603512. OLE color: 6603512.
HSL color Cylindrical-coordinate representation of color #F8C264: hue angle of 38.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C264 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 100 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.03 |
| HSL | 38.11º | 0.91% | 0.68% | - |
| HSV(B) | 38.11º | 0.6% | 0.97% | - |
| XYZ | 60.3 | 59.46 | 20.36 | - |
| YUV | 199.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 100 | 0 | 0.22 | 0.60 | 0.03 | 38.11 | 0.91 | 0.68 |
| Hex | F8 | C2 | 64 | 0 | 16 | 3C | 3 | 26 | 5B | 44 |
| Octal | 370 | 302 | 144 | 0 | 26 | 74 | 3 | 46 | 133 | 104 |
| Binary | 11111000 | 11000010 | 1100100 | 0 | 10110 | 111100 | 11 | 100110 | 1011011 | 1000100 |
Color Harmonies of #F8C264
Complementary color
Monochromatic Colors of #F8C264
Black with #F8C264
Text Example
Text Example
White with #F8C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C264; }
p { color: rgb(248,194,100); }
H1.HeaderClassName
{
color: #F8C264;
}
.AnyTagClassName
{
color: #F8C264;
}
</style>
background-color css
<style>
a { background-color: #F8C264; }
a { background-color: rgb(248,194,100); }
div.DivClassName
{
background-color: #F8C264;
}
.BgClassName
{
background-color: #F8C264;
}
</style>
border-color css
<style>
span { border-color: #F8C264; }
span { border-color: rgb(248,194,100); }
td.TdClassName
{
border-color: #F8C264;
}
.TagClassName
{
border-color: #F8C264;
}
</style>