#F3C06C

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

Shades of Harvest Gold #F3C06C

Tints of Harvest Gold #F3C06C

Color information

#F3C06C (or 0xF3C06C) is unknown color: approx Harvest Gold. HEX triplet: F3, C0 and 6C. RGB value is (243,192,108). Sum of RGB (Red+Green+Blue) = 243+192+108=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C06C is #0C3F93. Grayscale: #C6C6C6. Windows color (decimal): -802708 or 7127283. OLE color: 7127283.

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

Color convert

RGB243192108-
CMYK00.210.560.05
HSL37.33º84.91%68.82%-
HSV(B)37.33º55.56%95.29%-
XYZ58.5257.8422.27-
YUV197.6777.4160.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.75%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=44.75%
G=35.36%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319210800.210.560.0537.3384.9168.82
HexF3C06C015385255545
Octal36330015402570545125105
Binary1111001111000000110110001010111100010110010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C06C; }

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

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

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

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

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

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

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

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