#F4BD6C

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

Shades of Harvest Gold #F4BD6C

Tints of Harvest Gold #F4BD6C

Color information

#F4BD6C (or 0xF4BD6C) is unknown color: approx Harvest Gold. HEX triplet: F4, BD and 6C. RGB value is (244,189,108). Sum of RGB (Red+Green+Blue) = 244+189+108=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD6C is #0B4293. Grayscale: #C4C4C4. Windows color (decimal): -737940 or 7126516. OLE color: 7126516.

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

Color convert

RGB244189108-
CMYK00.230.560.04
HSL35.74º86.08%69.02%-
HSV(B)35.74º55.74%95.69%-
XYZ58.2156.7122.07-
YUV196.2178.22162.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 108 (42.58% from 255) = 19.96%
R=45.10%
G=34.94%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418910800.230.560.0435.7486.0869.02
HexF4BD6C017384245645
Octal36427515402770444126105
Binary1111010010111101110110001011111100010010010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BD6C; }

 p { color: rgb(244,189,108); }

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

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

 a { background-color: rgb(244,189,108); }

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

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

 span { border-color: rgb(244,189,108); }

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