#F5BE6E

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

Shades of Harvest Gold #F5BE6E

Tints of Harvest Gold #F5BE6E

Color information

#F5BE6E (or 0xF5BE6E) is unknown color: approx Harvest Gold. HEX triplet: F5, BE and 6E. RGB value is (245,190,110). Sum of RGB (Red+Green+Blue) = 245+190+110=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BE6E is #0A4191. Grayscale: #C5C5C5. Windows color (decimal): -672146 or 7257845. OLE color: 7257845.

HSL color Cylindrical-coordinate representation of color #F5BE6E: hue angle of 35.56º degrees, saturation: 0.87, 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 #F5BE6E is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245190110-
CMYK00.220.550.04
HSL35.56º87.1%69.61%-
HSV(B)35.56º55.1%96.08%-
XYZ58.8857.3722.72-
YUV197.3278.72162-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 110 (43.36% from 255) = 20.18%
R=44.95%
G=34.86%
B=20.18%

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
Decimal24519011000.220.550.0435.5687.169.61
HexF5BE6E016374245746
Octal36527615602667444127106
Binary1111010110111110110111001011011011110010010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE6E; }

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

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

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

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

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

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

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

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