#F4B564

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

Shades of Harvest Gold #F4B564

Tints of Harvest Gold #F4B564

Color information

#F4B564 (or 0xF4B564) is unknown color: approx Harvest Gold. HEX triplet: F4, B5 and 64. RGB value is (244,181,100). Sum of RGB (Red+Green+Blue) = 244+181+100=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B564 is #0B4A9B. Grayscale: #BEBEBE. Windows color (decimal): -739996 or 6600180. OLE color: 6600180.

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

Color convert

RGB244181100-
CMYK00.260.590.04
HSL33.75º86.75%67.45%-
HSV(B)33.75º59.02%95.69%-
XYZ56.1353.219.37-
YUV190.676.87166.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=46.48%
G=34.48%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418110000.260.590.0433.7586.7567.45
HexF4B56401A3B4225743
Octal36426514403273442127103
Binary1111010010110101110010001101011101110010001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B564; }

 p { color: rgb(244,181,100); }

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

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

 a { background-color: rgb(244,181,100); }

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

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

 span { border-color: rgb(244,181,100); }

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