Shades of Harvest Gold #FAC065
Tints of Harvest Gold #FAC065
RGB
CMYK
RGB Variations
Color information
#FAC065 (or 0xFAC065) is known color: Harvest Gold. HEX triplet: FA, C0 and 65. RGB value is (250,192,101). Sum of RGB (Red+Green+Blue) = 250+192+101=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC065 is #053F9A. Grayscale: #C7C7C7. Windows color (decimal): -343963 or 6668538. OLE color: 6668538.
HSL color Cylindrical-coordinate representation of color #FAC065: hue angle of 36.64º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC065 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 101 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.02 |
| HSL | 36.64º | 0.94% | 0.69% | - |
| HSV(B) | 36.64º | 0.6% | 0.98% | - |
| XYZ | 60.62 | 58.96 | 20.5 | - |
| YUV | 198.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 101 | 0 | 0.23 | 0.60 | 0.02 | 36.64 | 0.94 | 0.69 |
| Hex | FA | C0 | 65 | 0 | 17 | 3C | 2 | 25 | 5E | 45 |
| Octal | 372 | 300 | 145 | 0 | 27 | 74 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000000 | 1100101 | 0 | 10111 | 111100 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC065
Complementary color
Monochromatic Colors of #FAC065
Black with #FAC065
Text Example
Text Example
White with #FAC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC065; }
p { color: rgb(250,192,101); }
H1.HeaderClassName
{
color: #FAC065;
}
.AnyTagClassName
{
color: #FAC065;
}
</style>
background-color css
<style>
a { background-color: #FAC065; }
a { background-color: rgb(250,192,101); }
div.DivClassName
{
background-color: #FAC065;
}
.BgClassName
{
background-color: #FAC065;
}
</style>
border-color css
<style>
span { border-color: #FAC065; }
span { border-color: rgb(250,192,101); }
td.TdClassName
{
border-color: #FAC065;
}
.TagClassName
{
border-color: #FAC065;
}
</style>