Shades of Harvest Gold #FABD67
Tints of Harvest Gold #FABD67
RGB
CMYK
RGB Variations
Color information
#FABD67 (or 0xFABD67) is known color: Harvest Gold. HEX triplet: FA, BD and 67. RGB value is (250,189,103). Sum of RGB (Red+Green+Blue) = 250+189+103=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD67 is #054298. Grayscale: #C5C5C5. Windows color (decimal): -344729 or 6798842. OLE color: 6798842.
HSL color Cylindrical-coordinate representation of color #FABD67: hue angle of 35.1º 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 #FABD67 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 103 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.02 |
| HSL | 35.1º | 0.94% | 0.69% | - |
| HSV(B) | 35.1º | 0.59% | 0.98% | - |
| XYZ | 60.07 | 57.7 | 20.8 | - |
| YUV | 197.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 103 | 0 | 0.24 | 0.59 | 0.02 | 35.1 | 0.94 | 0.69 |
| Hex | FA | BD | 67 | 0 | 18 | 3B | 2 | 23 | 5E | 45 |
| Octal | 372 | 275 | 147 | 0 | 30 | 73 | 2 | 43 | 136 | 105 |
| Binary | 11111010 | 10111101 | 1100111 | 0 | 11000 | 111011 | 10 | 100011 | 1011110 | 1000101 |
Color Harmonies of #FABD67
Complementary color
Monochromatic Colors of #FABD67
Black with #FABD67
Text Example
Text Example
White with #FABD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD67; }
p { color: rgb(250,189,103); }
H1.HeaderClassName
{
color: #FABD67;
}
.AnyTagClassName
{
color: #FABD67;
}
</style>
background-color css
<style>
a { background-color: #FABD67; }
a { background-color: rgb(250,189,103); }
div.DivClassName
{
background-color: #FABD67;
}
.BgClassName
{
background-color: #FABD67;
}
</style>
border-color css
<style>
span { border-color: #FABD67; }
span { border-color: rgb(250,189,103); }
td.TdClassName
{
border-color: #FABD67;
}
.TagClassName
{
border-color: #FABD67;
}
</style>