#F5C262

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

Shades of Harvest Gold #F5C262

Tints of Harvest Gold #F5C262

Color information

#F5C262 (or 0xF5C262) is unknown color: approx Harvest Gold. HEX triplet: F5, C2 and 62. RGB value is (245,194,98). Sum of RGB (Red+Green+Blue) = 245+194+98=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C262 is #0A3D9D. Grayscale: #C6C6C6. Windows color (decimal): -671134 or 6472437. OLE color: 6472437.

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

Color convert

RGB24519498-
CMYK00.210.60.04
HSL39.18º88.02%67.25%-
HSV(B)39.18º60%96.08%-
XYZ59.1558.8819.8-
YUV198.371.4161.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=45.62%
G=36.13%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.6
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451949800.210.60.0439.1888.0267.25
HexF5C2620153C4275843
Octal36530214202574447130103
Binary1111010111000010110001001010111110010010011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C262; }

 p { color: rgb(245,194,98); }

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

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

 a { background-color: rgb(245,194,98); }

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

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

 span { border-color: rgb(245,194,98); }

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