#F4BF70

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

Shades of Harvest Gold #F4BF70

Tints of Harvest Gold #F4BF70

Color information

#F4BF70 (or 0xF4BF70) is unknown color: approx Harvest Gold. HEX triplet: F4, BF and 70. RGB value is (244,191,112). Sum of RGB (Red+Green+Blue) = 244+191+112=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF70 is #0B408F. Grayscale: #C6C6C6. Windows color (decimal): -737424 or 7389172. OLE color: 7389172.

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

Color convert

RGB244191112-
CMYK00.220.540.04
HSL35.91º85.71%69.8%-
HSV(B)35.91º54.1%95.69%-
XYZ58.8657.6623.36-
YUV197.8479.56160.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 112 (44.14% from 255) = 20.48%
R=44.61%
G=34.92%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419111200.220.540.0435.9185.7169.8
HexF4BF70016364245646
Octal36427716002666444126106
Binary1111010010111111111000001011011011010010010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BF70; }

 p { color: rgb(244,191,112); }

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

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

 a { background-color: rgb(244,191,112); }

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

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

 span { border-color: rgb(244,191,112); }

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