Shades of Harvest Gold #F2B469
Tints of Harvest Gold #F2B469
RGB
CMYK
RGB Variations
Color information
#F2B469 (or 0xF2B469) is known color: Harvest Gold. HEX triplet: F2, B4 and 69. RGB value is (242,180,105). Sum of RGB (Red+Green+Blue) = 242+180+105=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B469 is #0D4B96. Grayscale: #BEBEBE. Windows color (decimal): -871319 or 6927602. OLE color: 6927602.
HSL color Cylindrical-coordinate representation of color #F2B469: hue angle of 32.85º 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 #F2B469 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 105 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.05 |
| HSL | 32.85º | 0.84% | 0.68% | - |
| HSV(B) | 32.85º | 0.57% | 0.95% | - |
| XYZ | 55.49 | 52.54 | 20.58 | - |
| YUV | 189.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 105 | 0 | 0.26 | 0.57 | 0.05 | 32.85 | 0.84 | 0.68 |
| Hex | F2 | B4 | 69 | 0 | 1A | 39 | 5 | 21 | 54 | 44 |
| Octal | 362 | 264 | 151 | 0 | 32 | 71 | 5 | 41 | 124 | 104 |
| Binary | 11110010 | 10110100 | 1101001 | 0 | 11010 | 111001 | 101 | 100001 | 1010100 | 1000100 |
Color Harmonies of #F2B469
Complementary color
Monochromatic Colors of #F2B469
Black with #F2B469
Text Example
Text Example
White with #F2B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B469; }
p { color: rgb(242,180,105); }
H1.HeaderClassName
{
color: #F2B469;
}
.AnyTagClassName
{
color: #F2B469;
}
</style>
background-color css
<style>
a { background-color: #F2B469; }
a { background-color: rgb(242,180,105); }
div.DivClassName
{
background-color: #F2B469;
}
.BgClassName
{
background-color: #F2B469;
}
</style>
border-color css
<style>
span { border-color: #F2B469; }
span { border-color: rgb(242,180,105); }
td.TdClassName
{
border-color: #F2B469;
}
.TagClassName
{
border-color: #F2B469;
}
</style>