#F0C268

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

Shades of Harvest Gold #F0C268

Tints of Harvest Gold #F0C268

Color information

#F0C268 (or 0xF0C268) is unknown color: approx Harvest Gold. HEX triplet: F0, C2 and 68. RGB value is (240,194,104). Sum of RGB (Red+Green+Blue) = 240+194+104=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C268 is #0F3D97. Grayscale: #C5C5C5. Windows color (decimal): -998808 or 6865648. OLE color: 6865648.

HSL color Cylindrical-coordinate representation of color #F0C268: hue angle of 39.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0C268 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB240194104-
CMYK00.190.570.06
HSL39.71º81.93%67.45%-
HSV(B)39.71º56.67%94.12%-
XYZ57.7358.1121.27-
YUV197.4975.24158.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=44.61%
G=36.06%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019410400.190.570.0639.7181.9367.45
HexF0C268013396285243
Octal36030215002371650122103
Binary1111000011000010110100001001111100111010100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C268; }

 p { color: rgb(240,194,104); }

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

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

 a { background-color: rgb(240,194,104); }

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

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

 span { border-color: rgb(240,194,104); }

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