Shades of Harvest Gold #F0BD5F
Tints of Harvest Gold #F0BD5F
RGB
CMYK
RGB Variations
Color information
#F0BD5F (or 0xF0BD5F) is known color: Harvest Gold. HEX triplet: F0, BD and 5F. RGB value is (240,189,95). Sum of RGB (Red+Green+Blue) = 240+189+95=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD5F is #0F42A0. Grayscale: #C1C1C1. Windows color (decimal): -1000097 or 6274544. OLE color: 6274544.
HSL color Cylindrical-coordinate representation of color #F0BD5F: hue angle of 38.9º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0BD5F is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 95 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.06 |
| HSL | 38.9º | 0.83% | 0.66% | - |
| HSV(B) | 38.9º | 0.6% | 0.94% | - |
| XYZ | 56.2 | 55.75 | 18.62 | - |
| YUV | 193.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 95 | 0 | 0.21 | 0.60 | 0.06 | 38.9 | 0.83 | 0.66 |
| Hex | F0 | BD | 5F | 0 | 15 | 3C | 6 | 27 | 53 | 42 |
| Octal | 360 | 275 | 137 | 0 | 25 | 74 | 6 | 47 | 123 | 102 |
| Binary | 11110000 | 10111101 | 1011111 | 0 | 10101 | 111100 | 110 | 100111 | 1010011 | 1000010 |
Color Harmonies of #F0BD5F
Complementary color
Monochromatic Colors of #F0BD5F
Black with #F0BD5F
Text Example
Text Example
White with #F0BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD5F; }
p { color: rgb(240,189,95); }
H1.HeaderClassName
{
color: #F0BD5F;
}
.AnyTagClassName
{
color: #F0BD5F;
}
</style>
background-color css
<style>
a { background-color: #F0BD5F; }
a { background-color: rgb(240,189,95); }
div.DivClassName
{
background-color: #F0BD5F;
}
.BgClassName
{
background-color: #F0BD5F;
}
</style>
border-color css
<style>
span { border-color: #F0BD5F; }
span { border-color: rgb(240,189,95); }
td.TdClassName
{
border-color: #F0BD5F;
}
.TagClassName
{
border-color: #F0BD5F;
}
</style>