#F4B369

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

Shades of Harvest Gold #F4B369

Tints of Harvest Gold #F4B369

Color information

#F4B369 (or 0xF4B369) is unknown color: approx Harvest Gold. HEX triplet: F4, B3 and 69. RGB value is (244,179,105). Sum of RGB (Red+Green+Blue) = 244+179+105=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B369 is #0B4C96. Grayscale: #BEBEBE. Windows color (decimal): -740503 or 6927348. OLE color: 6927348.

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

Color convert

RGB244179105-
CMYK00.270.570.04
HSL31.94º86.34%68.43%-
HSV(B)31.94º56.97%95.69%-
XYZ55.9852.4920.55-
YUV19080.03166.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.21%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 105 (41.41% from 255) = 19.89%
R=46.21%
G=33.90%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417910500.270.570.0431.9486.3468.43
HexF4B36901B394205644
Octal36426315103371440126104
Binary1111010010110011110100101101111100110010000010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B369; }

 p { color: rgb(244,179,105); }

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

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

 a { background-color: rgb(244,179,105); }

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

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

 span { border-color: rgb(244,179,105); }

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