Shades of Harvest Gold #F3BE74
Tints of Harvest Gold #F3BE74
RGB
CMYK
RGB Variations
Color information
#F3BE74 (or 0xF3BE74) is known color: Harvest Gold. HEX triplet: F3, BE and 74. RGB value is (243,190,116). Sum of RGB (Red+Green+Blue) = 243+190+116=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BE74 is #0C418B. Grayscale: #C5C5C5. Windows color (decimal): -803212 or 7651059. OLE color: 7651059.
HSL color Cylindrical-coordinate representation of color #F3BE74: hue angle of 34.96º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3BE74 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 116 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.05 |
| HSL | 34.96º | 0.84% | 0.7% | - |
| HSV(B) | 34.96º | 0.52% | 0.95% | - |
| XYZ | 58.53 | 57.14 | 24.47 | - |
| YUV | 197.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 116 | 0 | 0.22 | 0.52 | 0.05 | 34.96 | 0.84 | 0.7 |
| Hex | F3 | BE | 74 | 0 | 16 | 34 | 5 | 23 | 54 | 46 |
| Octal | 363 | 276 | 164 | 0 | 26 | 64 | 5 | 43 | 124 | 106 |
| Binary | 11110011 | 10111110 | 1110100 | 0 | 10110 | 110100 | 101 | 100011 | 1010100 | 1000110 |
Color Harmonies of #F3BE74
Complementary color
Monochromatic Colors of #F3BE74
Black with #F3BE74
Text Example
Text Example
White with #F3BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BE74; }
p { color: rgb(243,190,116); }
H1.HeaderClassName
{
color: #F3BE74;
}
.AnyTagClassName
{
color: #F3BE74;
}
</style>
background-color css
<style>
a { background-color: #F3BE74; }
a { background-color: rgb(243,190,116); }
div.DivClassName
{
background-color: #F3BE74;
}
.BgClassName
{
background-color: #F3BE74;
}
</style>
border-color css
<style>
span { border-color: #F3BE74; }
span { border-color: rgb(243,190,116); }
td.TdClassName
{
border-color: #F3BE74;
}
.TagClassName
{
border-color: #F3BE74;
}
</style>