Shades of Harvest Gold #F2C168
Tints of Harvest Gold #F2C168
RGB
CMYK
RGB Variations
Color information
#F2C168 (or 0xF2C168) is known color: Harvest Gold. HEX triplet: F2, C1 and 68. RGB value is (242,193,104). Sum of RGB (Red+Green+Blue) = 242+193+104=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C168 is #0D3E97. Grayscale: #C5C5C5. Windows color (decimal): -867992 or 6865394. OLE color: 6865394.
HSL color Cylindrical-coordinate representation of color #F2C168: hue angle of 38.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2C168 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 104 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.05 |
| HSL | 38.7º | 0.84% | 0.68% | - |
| HSV(B) | 38.7º | 0.57% | 0.95% | - |
| XYZ | 58.19 | 58.02 | 21.23 | - |
| YUV | 197.51 | 75.23 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 104 | 0 | 0.20 | 0.57 | 0.05 | 38.7 | 0.84 | 0.68 |
| Hex | F2 | C1 | 68 | 0 | 14 | 39 | 5 | 27 | 54 | 44 |
| Octal | 362 | 301 | 150 | 0 | 24 | 71 | 5 | 47 | 124 | 104 |
| Binary | 11110010 | 11000001 | 1101000 | 0 | 10100 | 111001 | 101 | 100111 | 1010100 | 1000100 |
Color Harmonies of #F2C168
Complementary color
Monochromatic Colors of #F2C168
Black with #F2C168
Text Example
Text Example
White with #F2C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C168; }
p { color: rgb(242,193,104); }
H1.HeaderClassName
{
color: #F2C168;
}
.AnyTagClassName
{
color: #F2C168;
}
</style>
background-color css
<style>
a { background-color: #F2C168; }
a { background-color: rgb(242,193,104); }
div.DivClassName
{
background-color: #F2C168;
}
.BgClassName
{
background-color: #F2C168;
}
</style>
border-color css
<style>
span { border-color: #F2C168; }
span { border-color: rgb(242,193,104); }
td.TdClassName
{
border-color: #F2C168;
}
.TagClassName
{
border-color: #F2C168;
}
</style>