Shades of Harvest Gold #FAC067
Tints of Harvest Gold #FAC067
RGB
CMYK
RGB Variations
Color information
#FAC067 (or 0xFAC067) is known color: Harvest Gold. HEX triplet: FA, C0 and 67. RGB value is (250,192,103). Sum of RGB (Red+Green+Blue) = 250+192+103=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC067 is #053F98. Grayscale: #C7C7C7. Windows color (decimal): -343961 or 6799610. OLE color: 6799610.
HSL color Cylindrical-coordinate representation of color #FAC067: hue angle of 36.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC067 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 103 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.02 |
| HSL | 36.33º | 0.94% | 0.69% | - |
| HSV(B) | 36.33º | 0.59% | 0.98% | - |
| XYZ | 60.72 | 59 | 21.02 | - |
| YUV | 199.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 103 | 0 | 0.23 | 0.59 | 0.02 | 36.33 | 0.94 | 0.69 |
| Hex | FA | C0 | 67 | 0 | 17 | 3B | 2 | 24 | 5E | 45 |
| Octal | 372 | 300 | 147 | 0 | 27 | 73 | 2 | 44 | 136 | 105 |
| Binary | 11111010 | 11000000 | 1100111 | 0 | 10111 | 111011 | 10 | 100100 | 1011110 | 1000101 |
Color Harmonies of #FAC067
Complementary color
Monochromatic Colors of #FAC067
Black with #FAC067
Text Example
Text Example
White with #FAC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC067; }
p { color: rgb(250,192,103); }
H1.HeaderClassName
{
color: #FAC067;
}
.AnyTagClassName
{
color: #FAC067;
}
</style>
background-color css
<style>
a { background-color: #FAC067; }
a { background-color: rgb(250,192,103); }
div.DivClassName
{
background-color: #FAC067;
}
.BgClassName
{
background-color: #FAC067;
}
</style>
border-color css
<style>
span { border-color: #FAC067; }
span { border-color: rgb(250,192,103); }
td.TdClassName
{
border-color: #FAC067;
}
.TagClassName
{
border-color: #FAC067;
}
</style>