Shades of Harvest Gold #F3B16A
Tints of Harvest Gold #F3B16A
RGB
CMYK
RGB Variations
Color information
#F3B16A (or 0xF3B16A) is known color: Harvest Gold. HEX triplet: F3, B1 and 6A. RGB value is (243,177,106). Sum of RGB (Red+Green+Blue) = 243+177+106=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B16A is #0C4E95. Grayscale: #BCBCBC. Windows color (decimal): -806550 or 6992371. OLE color: 6992371.
HSL color Cylindrical-coordinate representation of color #F3B16A: hue angle of 31.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3B16A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 106 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.05 |
| HSL | 31.09º | 0.85% | 0.68% | - |
| HSV(B) | 31.09º | 0.56% | 0.95% | - |
| XYZ | 55.29 | 51.54 | 20.67 | - |
| YUV | 188.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 106 | 0 | 0.27 | 0.56 | 0.05 | 31.09 | 0.85 | 0.68 |
| Hex | F3 | B1 | 6A | 0 | 1B | 38 | 5 | 1F | 55 | 44 |
| Octal | 363 | 261 | 152 | 0 | 33 | 70 | 5 | 37 | 125 | 104 |
| Binary | 11110011 | 10110001 | 1101010 | 0 | 11011 | 111000 | 101 | 11111 | 1010101 | 1000100 |
Color Harmonies of #F3B16A
Complementary color
Monochromatic Colors of #F3B16A
Black with #F3B16A
Text Example
Text Example
White with #F3B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B16A; }
p { color: rgb(243,177,106); }
H1.HeaderClassName
{
color: #F3B16A;
}
.AnyTagClassName
{
color: #F3B16A;
}
</style>
background-color css
<style>
a { background-color: #F3B16A; }
a { background-color: rgb(243,177,106); }
div.DivClassName
{
background-color: #F3B16A;
}
.BgClassName
{
background-color: #F3B16A;
}
</style>
border-color css
<style>
span { border-color: #F3B16A; }
span { border-color: rgb(243,177,106); }
td.TdClassName
{
border-color: #F3B16A;
}
.TagClassName
{
border-color: #F3B16A;
}
</style>