#F7C06C

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

Shades of Harvest Gold #F7C06C

Tints of Harvest Gold #F7C06C

Color information

#F7C06C (or 0xF7C06C) is unknown color: approx Harvest Gold. HEX triplet: F7, C0 and 6C. RGB value is (247,192,108). Sum of RGB (Red+Green+Blue) = 247+192+108=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C06C is #083F93. Grayscale: #C7C7C7. Windows color (decimal): -540564 or 7127287. OLE color: 7127287.

HSL color Cylindrical-coordinate representation of color #F7C06C: hue angle of 36.26º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7C06C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247192108-
CMYK00.220.560.03
HSL36.26º89.68%69.61%-
HSV(B)36.26º56.28%96.86%-
XYZ59.9158.5622.33-
YUV198.8776.72162.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 108 (42.58% from 255) = 19.74%
R=45.16%
G=35.10%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719210800.220.560.0336.2689.6869.61
HexF7C06C016383245a46
Octal36730015402670344132106
Binary111101111100000011011000101101110001110010010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C06C; }

 p { color: rgb(247,192,108); }

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

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

 a { background-color: rgb(247,192,108); }

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

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

 span { border-color: rgb(247,192,108); }

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