#F4BE6E

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

Shades of Harvest Gold #F4BE6E

Tints of Harvest Gold #F4BE6E

Color information

#F4BE6E (or 0xF4BE6E) is unknown color: approx Harvest Gold. HEX triplet: F4, BE and 6E. RGB value is (244,190,110). Sum of RGB (Red+Green+Blue) = 244+190+110=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BE6E is #0B4191. Grayscale: #C5C5C5. Windows color (decimal): -737682 or 7257844. OLE color: 7257844.

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

Color convert

RGB244190110-
CMYK00.220.550.04
HSL35.82º85.9%69.41%-
HSV(B)35.82º54.92%95.69%-
XYZ58.5457.1922.7-
YUV197.0378.89161.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=44.85%
G=34.93%
B=20.22%

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
Decimal24419011000.220.550.0435.8285.969.41
HexF4BE6E016374245645
Octal36427615602667444126105
Binary1111010010111110110111001011011011110010010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BE6E; }

 p { color: rgb(244,190,110); }

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

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

 a { background-color: rgb(244,190,110); }

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

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

 span { border-color: rgb(244,190,110); }

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