#F0C16E

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

Shades of Harvest Gold #F0C16E

Tints of Harvest Gold #F0C16E

Color information

#F0C16E (or 0xF0C16E) is unknown color: approx Harvest Gold. HEX triplet: F0, C1 and 6E. RGB value is (240,193,110). Sum of RGB (Red+Green+Blue) = 240+193+110=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C16E is #0F3E91. Grayscale: #C5C5C5. Windows color (decimal): -999058 or 7258608. OLE color: 7258608.

HSL color Cylindrical-coordinate representation of color #F0C16E: hue angle of 38.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0C16E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240193110-
CMYK00.200.540.06
HSL38.31º81.25%68.63%-
HSV(B)38.31º54.17%94.12%-
XYZ57.8257.7922.86-
YUV197.5978.57158.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 110 (43.36% from 255) = 20.26%
R=44.20%
G=35.54%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019311000.200.540.0638.3181.2568.63
HexF0C16E014366265145
Octal36030115602466646121105
Binary1111000011000001110111001010011011011010011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C16E; }

 p { color: rgb(240,193,110); }

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

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

 a { background-color: rgb(240,193,110); }

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

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

 span { border-color: rgb(240,193,110); }

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