Shades of Harvest Gold #FABB6B
Tints of Harvest Gold #FABB6B
RGB
CMYK
RGB Variations
Color information
#FABB6B (or 0xFABB6B) is known color: Harvest Gold. HEX triplet: FA, BB and 6B. RGB value is (250,187,107). Sum of RGB (Red+Green+Blue) = 250+187+107=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB6B is #054494. Grayscale: #C5C5C5. Windows color (decimal): -345237 or 7060474. OLE color: 7060474.
HSL color Cylindrical-coordinate representation of color #FABB6B: hue angle of 33.57º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FABB6B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 107 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.02 |
| HSL | 33.57º | 0.93% | 0.7% | - |
| HSV(B) | 33.57º | 0.57% | 0.98% | - |
| XYZ | 59.85 | 56.93 | 21.74 | - |
| YUV | 196.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 107 | 0 | 0.25 | 0.57 | 0.02 | 33.57 | 0.93 | 0.7 |
| Hex | FA | BB | 6B | 0 | 19 | 39 | 2 | 22 | 5D | 46 |
| Octal | 372 | 273 | 153 | 0 | 31 | 71 | 2 | 42 | 135 | 106 |
| Binary | 11111010 | 10111011 | 1101011 | 0 | 11001 | 111001 | 10 | 100010 | 1011101 | 1000110 |
Color Harmonies of #FABB6B
Complementary color
Monochromatic Colors of #FABB6B
Black with #FABB6B
Text Example
Text Example
White with #FABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB6B; }
p { color: rgb(250,187,107); }
H1.HeaderClassName
{
color: #FABB6B;
}
.AnyTagClassName
{
color: #FABB6B;
}
</style>
background-color css
<style>
a { background-color: #FABB6B; }
a { background-color: rgb(250,187,107); }
div.DivClassName
{
background-color: #FABB6B;
}
.BgClassName
{
background-color: #FABB6B;
}
</style>
border-color css
<style>
span { border-color: #FABB6B; }
span { border-color: rgb(250,187,107); }
td.TdClassName
{
border-color: #FABB6B;
}
.TagClassName
{
border-color: #FABB6B;
}
</style>