Shades of Harvest Gold #F8C168
Tints of Harvest Gold #F8C168
RGB
CMYK
RGB Variations
Color information
#F8C168 (or 0xF8C168) is known color: Harvest Gold. HEX triplet: F8, C1 and 68. RGB value is (248,193,104). Sum of RGB (Red+Green+Blue) = 248+193+104=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C168 is #073E97. Grayscale: #C7C7C7. Windows color (decimal): -474776 or 6865400. OLE color: 6865400.
HSL color Cylindrical-coordinate representation of color #F8C168: hue angle of 37.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8C168 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 104 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.03 |
| HSL | 37.08º | 0.91% | 0.69% | - |
| HSV(B) | 37.08º | 0.58% | 0.97% | - |
| XYZ | 60.28 | 59.1 | 21.33 | - |
| YUV | 199.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 104 | 0 | 0.22 | 0.58 | 0.03 | 37.08 | 0.91 | 0.69 |
| Hex | F8 | C1 | 68 | 0 | 16 | 3A | 3 | 25 | 5B | 45 |
| Octal | 370 | 301 | 150 | 0 | 26 | 72 | 3 | 45 | 133 | 105 |
| Binary | 11111000 | 11000001 | 1101000 | 0 | 10110 | 111010 | 11 | 100101 | 1011011 | 1000101 |
Color Harmonies of #F8C168
Complementary color
Monochromatic Colors of #F8C168
Black with #F8C168
Text Example
Text Example
White with #F8C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C168; }
p { color: rgb(248,193,104); }
H1.HeaderClassName
{
color: #F8C168;
}
.AnyTagClassName
{
color: #F8C168;
}
</style>
background-color css
<style>
a { background-color: #F8C168; }
a { background-color: rgb(248,193,104); }
div.DivClassName
{
background-color: #F8C168;
}
.BgClassName
{
background-color: #F8C168;
}
</style>
border-color css
<style>
span { border-color: #F8C168; }
span { border-color: rgb(248,193,104); }
td.TdClassName
{
border-color: #F8C168;
}
.TagClassName
{
border-color: #F8C168;
}
</style>