#F4C06C

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

Shades of Harvest Gold #F4C06C

Tints of Harvest Gold #F4C06C

Color information

#F4C06C (or 0xF4C06C) is unknown color: approx Harvest Gold. HEX triplet: F4, C0 and 6C. RGB value is (244,192,108). Sum of RGB (Red+Green+Blue) = 244+192+108=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C06C is #0B3F93. Grayscale: #C6C6C6. Windows color (decimal): -737172 or 7127284. OLE color: 7127284.

HSL color Cylindrical-coordinate representation of color #F4C06C: hue angle of 37.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4C06C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB244192108-
CMYK00.210.560.04
HSL37.06º86.08%69.02%-
HSV(B)37.06º55.74%95.69%-
XYZ58.8658.0222.28-
YUV197.9777.23160.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=44.85%
G=35.29%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419210800.210.560.0437.0686.0869.02
HexF4C06C015384255645
Octal36430015402570445126105
Binary1111010011000000110110001010111100010010010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C06C; }

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

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

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

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

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

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

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

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