Shades of Harvest Gold #F2B46C
Tints of Harvest Gold #F2B46C
RGB
CMYK
RGB Variations
Color information
#F2B46C (or 0xF2B46C) is known color: Harvest Gold. HEX triplet: F2, B4 and 6C. RGB value is (242,180,108). Sum of RGB (Red+Green+Blue) = 242+180+108=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B46C is #0D4B93. Grayscale: #BEBEBE. Windows color (decimal): -871316 or 7124210. OLE color: 7124210.
HSL color Cylindrical-coordinate representation of color #F2B46C: hue angle of 32.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B46C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 108 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.05 |
| HSL | 32.24º | 0.84% | 0.69% | - |
| HSV(B) | 32.24º | 0.55% | 0.95% | - |
| XYZ | 55.65 | 52.6 | 21.41 | - |
| YUV | 190.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 108 | 0 | 0.26 | 0.55 | 0.05 | 32.24 | 0.84 | 0.69 |
| Hex | F2 | B4 | 6C | 0 | 1A | 37 | 5 | 20 | 54 | 45 |
| Octal | 362 | 264 | 154 | 0 | 32 | 67 | 5 | 40 | 124 | 105 |
| Binary | 11110010 | 10110100 | 1101100 | 0 | 11010 | 110111 | 101 | 100000 | 1010100 | 1000101 |
Color Harmonies of #F2B46C
Complementary color
Monochromatic Colors of #F2B46C
Black with #F2B46C
Text Example
Text Example
White with #F2B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B46C; }
p { color: rgb(242,180,108); }
H1.HeaderClassName
{
color: #F2B46C;
}
.AnyTagClassName
{
color: #F2B46C;
}
</style>
background-color css
<style>
a { background-color: #F2B46C; }
a { background-color: rgb(242,180,108); }
div.DivClassName
{
background-color: #F2B46C;
}
.BgClassName
{
background-color: #F2B46C;
}
</style>
border-color css
<style>
span { border-color: #F2B46C; }
span { border-color: rgb(242,180,108); }
td.TdClassName
{
border-color: #F2B46C;
}
.TagClassName
{
border-color: #F2B46C;
}
</style>