Shades of Harvest Gold #F0B465
Tints of Harvest Gold #F0B465
RGB
CMYK
RGB Variations
Color information
#F0B465 (or 0xF0B465) is known color: Harvest Gold. HEX triplet: F0, B4 and 65. RGB value is (240,180,101). Sum of RGB (Red+Green+Blue) = 240+180+101=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B465 is #0F4B9A. Grayscale: #BDBDBD. Windows color (decimal): -1002395 or 6665456. OLE color: 6665456.
HSL color Cylindrical-coordinate representation of color #F0B465: hue angle of 34.1º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0B465 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 101 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.06 |
| HSL | 34.1º | 0.82% | 0.67% | - |
| HSV(B) | 34.1º | 0.58% | 0.94% | - |
| XYZ | 54.61 | 52.11 | 19.49 | - |
| YUV | 188.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 101 | 0 | 0.25 | 0.58 | 0.06 | 34.1 | 0.82 | 0.67 |
| Hex | F0 | B4 | 65 | 0 | 19 | 3A | 6 | 22 | 52 | 43 |
| Octal | 360 | 264 | 145 | 0 | 31 | 72 | 6 | 42 | 122 | 103 |
| Binary | 11110000 | 10110100 | 1100101 | 0 | 11001 | 111010 | 110 | 100010 | 1010010 | 1000011 |
Color Harmonies of #F0B465
Complementary color
Monochromatic Colors of #F0B465
Black with #F0B465
Text Example
Text Example
White with #F0B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B465; }
p { color: rgb(240,180,101); }
H1.HeaderClassName
{
color: #F0B465;
}
.AnyTagClassName
{
color: #F0B465;
}
</style>
background-color css
<style>
a { background-color: #F0B465; }
a { background-color: rgb(240,180,101); }
div.DivClassName
{
background-color: #F0B465;
}
.BgClassName
{
background-color: #F0B465;
}
</style>
border-color css
<style>
span { border-color: #F0B465; }
span { border-color: rgb(240,180,101); }
td.TdClassName
{
border-color: #F0B465;
}
.TagClassName
{
border-color: #F0B465;
}
</style>