#F4BF6F

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

Shades of Harvest Gold #F4BF6F

Tints of Harvest Gold #F4BF6F

Color information

#F4BF6F (or 0xF4BF6F) is unknown color: approx Harvest Gold. HEX triplet: F4, BF and 6F. RGB value is (244,191,111). Sum of RGB (Red+Green+Blue) = 244+191+111=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF6F is #0B4090. Grayscale: #C6C6C6. Windows color (decimal): -737425 or 7323636. OLE color: 7323636.

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

Color convert

RGB244191111-
CMYK00.220.550.04
HSL36.09º85.81%69.61%-
HSV(B)36.09º54.51%95.69%-
XYZ58.8157.6423.07-
YUV197.7379.06161-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=44.69%
G=34.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419111100.220.550.0436.0985.8169.61
HexF4BF6F016374245646
Octal36427715702667444126106
Binary1111010010111111110111101011011011110010010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BF6F; }

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

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

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

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

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

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

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

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