Shades of Harvest Gold #F2B468
Tints of Harvest Gold #F2B468
RGB
CMYK
RGB Variations
Color information
#F2B468 (or 0xF2B468) is known color: Harvest Gold. HEX triplet: F2, B4 and 68. RGB value is (242,180,104). Sum of RGB (Red+Green+Blue) = 242+180+104=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B468 is #0D4B97. Grayscale: #BEBEBE. Windows color (decimal): -871320 or 6862066. OLE color: 6862066.
HSL color Cylindrical-coordinate representation of color #F2B468: hue angle of 33.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2B468 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 104 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.05 |
| HSL | 33.04º | 0.84% | 0.68% | - |
| HSV(B) | 33.04º | 0.57% | 0.95% | - |
| XYZ | 55.44 | 52.52 | 20.31 | - |
| YUV | 189.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 104 | 0 | 0.26 | 0.57 | 0.05 | 33.04 | 0.84 | 0.68 |
| Hex | F2 | B4 | 68 | 0 | 1A | 39 | 5 | 21 | 54 | 44 |
| Octal | 362 | 264 | 150 | 0 | 32 | 71 | 5 | 41 | 124 | 104 |
| Binary | 11110010 | 10110100 | 1101000 | 0 | 11010 | 111001 | 101 | 100001 | 1010100 | 1000100 |
Color Harmonies of #F2B468
Complementary color
Monochromatic Colors of #F2B468
Black with #F2B468
Text Example
Text Example
White with #F2B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B468; }
p { color: rgb(242,180,104); }
H1.HeaderClassName
{
color: #F2B468;
}
.AnyTagClassName
{
color: #F2B468;
}
</style>
background-color css
<style>
a { background-color: #F2B468; }
a { background-color: rgb(242,180,104); }
div.DivClassName
{
background-color: #F2B468;
}
.BgClassName
{
background-color: #F2B468;
}
</style>
border-color css
<style>
span { border-color: #F2B468; }
span { border-color: rgb(242,180,104); }
td.TdClassName
{
border-color: #F2B468;
}
.TagClassName
{
border-color: #F2B468;
}
</style>