Shades of Harvest Gold #F3C26A
Tints of Harvest Gold #F3C26A
RGB
CMYK
RGB Variations
Color information
#F3C26A (or 0xF3C26A) is known color: Harvest Gold. HEX triplet: F3, C2 and 6A. RGB value is (243,194,106). Sum of RGB (Red+Green+Blue) = 243+194+106=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C26A is #0C3D95. Grayscale: #C7C7C7. Windows color (decimal): -802198 or 6996723. OLE color: 6996723.
HSL color Cylindrical-coordinate representation of color #F3C26A: hue angle of 38.54º 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 #F3C26A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 106 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.05 |
| HSL | 38.54º | 0.85% | 0.68% | - |
| HSV(B) | 38.54º | 0.56% | 0.95% | - |
| XYZ | 58.86 | 58.68 | 21.86 | - |
| YUV | 198.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 106 | 0 | 0.20 | 0.56 | 0.05 | 38.54 | 0.85 | 0.68 |
| Hex | F3 | C2 | 6A | 0 | 14 | 38 | 5 | 27 | 55 | 44 |
| Octal | 363 | 302 | 152 | 0 | 24 | 70 | 5 | 47 | 125 | 104 |
| Binary | 11110011 | 11000010 | 1101010 | 0 | 10100 | 111000 | 101 | 100111 | 1010101 | 1000100 |
Color Harmonies of #F3C26A
Complementary color
Monochromatic Colors of #F3C26A
Black with #F3C26A
Text Example
Text Example
White with #F3C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C26A; }
p { color: rgb(243,194,106); }
H1.HeaderClassName
{
color: #F3C26A;
}
.AnyTagClassName
{
color: #F3C26A;
}
</style>
background-color css
<style>
a { background-color: #F3C26A; }
a { background-color: rgb(243,194,106); }
div.DivClassName
{
background-color: #F3C26A;
}
.BgClassName
{
background-color: #F3C26A;
}
</style>
border-color css
<style>
span { border-color: #F3C26A; }
span { border-color: rgb(243,194,106); }
td.TdClassName
{
border-color: #F3C26A;
}
.TagClassName
{
border-color: #F3C26A;
}
</style>