Shades of Harvest Gold #F9C068
Tints of Harvest Gold #F9C068
RGB
CMYK
RGB Variations
Color information
#F9C068 (or 0xF9C068) is known color: Harvest Gold. HEX triplet: F9, C0 and 68. RGB value is (249,192,104). Sum of RGB (Red+Green+Blue) = 249+192+104=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C068 is #063F97. Grayscale: #C7C7C7. Windows color (decimal): -409496 or 6865145. OLE color: 6865145.
HSL color Cylindrical-coordinate representation of color #F9C068: hue angle of 36.41º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9C068 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 104 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36.41º | 0.92% | 0.69% | - |
| HSV(B) | 36.41º | 0.58% | 0.98% | - |
| XYZ | 60.42 | 58.84 | 21.27 | - |
| YUV | 199.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 104 | 0 | 0.23 | 0.58 | 0.02 | 36.41 | 0.92 | 0.69 |
| Hex | F9 | C0 | 68 | 0 | 17 | 3A | 2 | 24 | 5C | 45 |
| Octal | 371 | 300 | 150 | 0 | 27 | 72 | 2 | 44 | 134 | 105 |
| Binary | 11111001 | 11000000 | 1101000 | 0 | 10111 | 111010 | 10 | 100100 | 1011100 | 1000101 |
Color Harmonies of #F9C068
Complementary color
Monochromatic Colors of #F9C068
Black with #F9C068
Text Example
Text Example
White with #F9C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C068; }
p { color: rgb(249,192,104); }
H1.HeaderClassName
{
color: #F9C068;
}
.AnyTagClassName
{
color: #F9C068;
}
</style>
background-color css
<style>
a { background-color: #F9C068; }
a { background-color: rgb(249,192,104); }
div.DivClassName
{
background-color: #F9C068;
}
.BgClassName
{
background-color: #F9C068;
}
</style>
border-color css
<style>
span { border-color: #F9C068; }
span { border-color: rgb(249,192,104); }
td.TdClassName
{
border-color: #F9C068;
}
.TagClassName
{
border-color: #F9C068;
}
</style>