Shades of Harvest Gold #F0BF67
Tints of Harvest Gold #F0BF67
RGB
CMYK
RGB Variations
Color information
#F0BF67 (or 0xF0BF67) is known color: Harvest Gold. HEX triplet: F0, BF and 67. RGB value is (240,191,103). Sum of RGB (Red+Green+Blue) = 240+191+103=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF67 is #0F4098. Grayscale: #C4C4C4. Windows color (decimal): -999577 or 6799344. OLE color: 6799344.
HSL color Cylindrical-coordinate representation of color #F0BF67: hue angle of 38.54º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0BF67 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 103 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.06 |
| HSL | 38.54º | 0.82% | 0.67% | - |
| HSV(B) | 38.54º | 0.57% | 0.94% | - |
| XYZ | 57.01 | 56.77 | 20.78 | - |
| YUV | 195.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 103 | 0 | 0.20 | 0.57 | 0.06 | 38.54 | 0.82 | 0.67 |
| Hex | F0 | BF | 67 | 0 | 14 | 39 | 6 | 27 | 52 | 43 |
| Octal | 360 | 277 | 147 | 0 | 24 | 71 | 6 | 47 | 122 | 103 |
| Binary | 11110000 | 10111111 | 1100111 | 0 | 10100 | 111001 | 110 | 100111 | 1010010 | 1000011 |
Color Harmonies of #F0BF67
Complementary color
Monochromatic Colors of #F0BF67
Black with #F0BF67
Text Example
Text Example
White with #F0BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF67; }
p { color: rgb(240,191,103); }
H1.HeaderClassName
{
color: #F0BF67;
}
.AnyTagClassName
{
color: #F0BF67;
}
</style>
background-color css
<style>
a { background-color: #F0BF67; }
a { background-color: rgb(240,191,103); }
div.DivClassName
{
background-color: #F0BF67;
}
.BgClassName
{
background-color: #F0BF67;
}
</style>
border-color css
<style>
span { border-color: #F0BF67; }
span { border-color: rgb(240,191,103); }
td.TdClassName
{
border-color: #F0BF67;
}
.TagClassName
{
border-color: #F0BF67;
}
</style>