#F8C169

Color #F8C169 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F8C169

Tints of Harvest Gold #F8C169

Color information

#F8C169 (or 0xF8C169) is unknown color: approx Harvest Gold. HEX triplet: F8, C1 and 69. RGB value is (248,193,105). Sum of RGB (Red+Green+Blue) = 248+193+105=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C169 is #073E96. Grayscale: #C7C7C7. Windows color (decimal): -474775 or 6930936. OLE color: 6930936.

HSL color Cylindrical-coordinate representation of color #F8C169: hue angle of 36.92º 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 #F8C169 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248193105-
CMYK00.220.580.03
HSL36.92º91.08%69.22%-
HSV(B)36.92º57.66%97.25%-
XYZ60.3359.1221.6-
YUV199.4174.72162.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 105 (41.41% from 255) = 19.23%
R=45.42%
G=35.35%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819310500.220.580.0336.9291.0869.22
HexF8C1690163A3255b45
Octal37030115102672345133105
Binary111110001100000111010010101101110101110010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C169; }

 p { color: rgb(248,193,105); }

 H1.HeaderClassName
 {
   color: #F8C169;
 }
 .AnyTagClassName
 {
   color: #F8C169;
 }
</style>
background-color css

<style>
 a { background-color: #F8C169; }

 a { background-color: rgb(248,193,105); }

 div.DivClassName
 {
   background-color: #F8C169;
 }
 .BgClassName
 {
   background-color: #F8C169;
 }
</style>
border-color css

<style>
 span { border-color: #F8C169; }

 span { border-color: rgb(248,193,105); }

 td.TdClassName
 {
   border-color: #F8C169;
 }
 .TagClassName
 {
   border-color: #F8C169;
 }
</style>