#F5C263

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

Shades of Harvest Gold #F5C263

Tints of Harvest Gold #F5C263

Color information

#F5C263 (or 0xF5C263) is unknown color: approx Harvest Gold. HEX triplet: F5, C2 and 63. RGB value is (245,194,99). Sum of RGB (Red+Green+Blue) = 245+194+99=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C263 is #0A3D9C. Grayscale: #C6C6C6. Windows color (decimal): -671133 or 6537973. OLE color: 6537973.

HSL color Cylindrical-coordinate representation of color #F5C263: hue angle of 39.04º 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 #F5C263 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24519499-
CMYK00.210.600.04
HSL39.04º87.95%67.45%-
HSV(B)39.04º59.59%96.08%-
XYZ59.258.920.05-
YUV198.4271.9161.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 99 (39.06% from 255) = 18.40%
R=45.54%
G=36.06%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451949900.210.600.0439.0487.9567.45
HexF5C2630153C4275843
Octal36530214302574447130103
Binary1111010111000010110001101010111110010010011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C263; }

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

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

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

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

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

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

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

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