Shades of Harvest Gold #F8C265
Tints of Harvest Gold #F8C265
RGB
CMYK
RGB Variations
Color information
#F8C265 (or 0xF8C265) is known color: Harvest Gold. HEX triplet: F8, C2 and 65. RGB value is (248,194,101). Sum of RGB (Red+Green+Blue) = 248+194+101=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C265 is #073D9A. Grayscale: #C7C7C7. Windows color (decimal): -474523 or 6669048. OLE color: 6669048.
HSL color Cylindrical-coordinate representation of color #F8C265: hue angle of 37.96º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C265 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 101 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.03 |
| HSL | 37.96º | 0.91% | 0.68% | - |
| HSV(B) | 37.96º | 0.59% | 0.97% | - |
| XYZ | 60.35 | 59.48 | 20.61 | - |
| YUV | 199.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 101 | 0 | 0.22 | 0.59 | 0.03 | 37.96 | 0.91 | 0.68 |
| Hex | F8 | C2 | 65 | 0 | 16 | 3B | 3 | 26 | 5B | 44 |
| Octal | 370 | 302 | 145 | 0 | 26 | 73 | 3 | 46 | 133 | 104 |
| Binary | 11111000 | 11000010 | 1100101 | 0 | 10110 | 111011 | 11 | 100110 | 1011011 | 1000100 |
Color Harmonies of #F8C265
Complementary color
Monochromatic Colors of #F8C265
Black with #F8C265
Text Example
Text Example
White with #F8C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C265; }
p { color: rgb(248,194,101); }
H1.HeaderClassName
{
color: #F8C265;
}
.AnyTagClassName
{
color: #F8C265;
}
</style>
background-color css
<style>
a { background-color: #F8C265; }
a { background-color: rgb(248,194,101); }
div.DivClassName
{
background-color: #F8C265;
}
.BgClassName
{
background-color: #F8C265;
}
</style>
border-color css
<style>
span { border-color: #F8C265; }
span { border-color: rgb(248,194,101); }
td.TdClassName
{
border-color: #F8C265;
}
.TagClassName
{
border-color: #F8C265;
}
</style>