#F4BA72

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

Shades of Harvest Gold #F4BA72

Tints of Harvest Gold #F4BA72

Color information

#F4BA72 (or 0xF4BA72) is unknown color: approx Harvest Gold. HEX triplet: F4, BA and 72. RGB value is (244,186,114). Sum of RGB (Red+Green+Blue) = 244+186+114=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA72 is #0B458D. Grayscale: #C3C3C3. Windows color (decimal): -738702 or 7518964. OLE color: 7518964.

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

Color convert

RGB244186114-
CMYK00.240.530.04
HSL33.23º85.53%70.2%-
HSV(B)33.23º53.28%95.69%-
XYZ57.955.5723.59-
YUV195.1382.22162.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=44.85%
G=34.19%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418611400.240.530.0433.2385.5370.2
HexF4BA72018354215646
Octal36427216203065441126106
Binary1111010010111010111001001100011010110010000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BA72; }

 p { color: rgb(244,186,114); }

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

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

 a { background-color: rgb(244,186,114); }

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

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

 span { border-color: rgb(244,186,114); }

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