#F5C467

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

Shades of Harvest Gold #F5C467

Tints of Harvest Gold #F5C467

Color information

#F5C467 (or 0xF5C467) is unknown color: approx Harvest Gold. HEX triplet: F5, C4 and 67. RGB value is (245,196,103). Sum of RGB (Red+Green+Blue) = 245+196+103=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C467 is #0A3B98. Grayscale: #C8C8C8. Windows color (decimal): -670617 or 6800629. OLE color: 6800629.

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

Color convert

RGB245196103-
CMYK00.20.580.04
HSL39.3º87.65%68.24%-
HSV(B)39.3º57.96%96.08%-
XYZ59.8459.8721.23-
YUV200.0573.23160.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 103 (40.62% from 255) = 18.93%
R=45.04%
G=36.03%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519610300.20.580.0439.387.6568.24
HexF5C4670143A4275844
Octal36530414702472447130104
Binary1111010111000100110011101010011101010010011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C467; }

 p { color: rgb(245,196,103); }

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

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

 a { background-color: rgb(245,196,103); }

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

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

 span { border-color: rgb(245,196,103); }

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