Shades of Harvest Gold #F0C371
Tints of Harvest Gold #F0C371
RGB
CMYK
RGB Variations
Color information
#F0C371 (or 0xF0C371) is known color: Harvest Gold. HEX triplet: F0, C3 and 71. RGB value is (240,195,113). Sum of RGB (Red+Green+Blue) = 240+195+113=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C371 is #0F3C8E. Grayscale: #C7C7C7. Windows color (decimal): -998543 or 7455728. OLE color: 7455728.
HSL color Cylindrical-coordinate representation of color #F0C371: hue angle of 38.74º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0C371 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 113 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.06 |
| HSL | 38.74º | 0.81% | 0.69% | - |
| HSV(B) | 38.74º | 0.53% | 0.94% | - |
| XYZ | 58.43 | 58.75 | 23.88 | - |
| YUV | 199.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 113 | 0 | 0.19 | 0.53 | 0.06 | 38.74 | 0.81 | 0.69 |
| Hex | F0 | C3 | 71 | 0 | 13 | 35 | 6 | 27 | 51 | 45 |
| Octal | 360 | 303 | 161 | 0 | 23 | 65 | 6 | 47 | 121 | 105 |
| Binary | 11110000 | 11000011 | 1110001 | 0 | 10011 | 110101 | 110 | 100111 | 1010001 | 1000101 |
Color Harmonies of #F0C371
Complementary color
Monochromatic Colors of #F0C371
Black with #F0C371
Text Example
Text Example
White with #F0C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C371; }
p { color: rgb(240,195,113); }
H1.HeaderClassName
{
color: #F0C371;
}
.AnyTagClassName
{
color: #F0C371;
}
</style>
background-color css
<style>
a { background-color: #F0C371; }
a { background-color: rgb(240,195,113); }
div.DivClassName
{
background-color: #F0C371;
}
.BgClassName
{
background-color: #F0C371;
}
</style>
border-color css
<style>
span { border-color: #F0C371; }
span { border-color: rgb(240,195,113); }
td.TdClassName
{
border-color: #F0C371;
}
.TagClassName
{
border-color: #F0C371;
}
</style>