#F5BB69

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

Shades of Harvest Gold #F5BB69

Tints of Harvest Gold #F5BB69

Color information

#F5BB69 (or 0xF5BB69) is unknown color: approx Harvest Gold. HEX triplet: F5, BB and 69. RGB value is (245,187,105). Sum of RGB (Red+Green+Blue) = 245+187+105=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB69 is #0A4496. Grayscale: #C3C3C3. Windows color (decimal): -672919 or 6929397. OLE color: 6929397.

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

Color convert

RGB245187105-
CMYK00.240.570.04
HSL35.14º87.5%68.63%-
HSV(B)35.14º57.14%96.08%-
XYZ57.9855.9721.11-
YUV194.9977.22163.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=45.62%
G=34.82%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518710500.240.570.0435.1487.568.63
HexF5BB69018394235845
Octal36527315103071443130105
Binary1111010110111011110100101100011100110010001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB69; }

 p { color: rgb(245,187,105); }

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

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

 a { background-color: rgb(245,187,105); }

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

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

 span { border-color: rgb(245,187,105); }

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