#F5BB72

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

Shades of Harvest Gold #F5BB72

Tints of Harvest Gold #F5BB72

Color information

#F5BB72 (or 0xF5BB72) is unknown color: approx Harvest Gold. HEX triplet: F5, BB and 72. RGB value is (245,187,114). Sum of RGB (Red+Green+Blue) = 245+187+114=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB72 is #0A448D. Grayscale: #C4C4C4. Windows color (decimal): -672910 or 7519221. OLE color: 7519221.

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

Color convert

RGB245187114-
CMYK00.240.530.04
HSL33.44º86.75%70.39%-
HSV(B)33.44º53.47%96.08%-
XYZ58.4656.1723.68-
YUV196.0281.72162.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=44.87%
G=34.25%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518711400.240.530.0433.4486.7570.39
HexF5BB72018354215746
Octal36527316203065441127106
Binary1111010110111011111001001100011010110010000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB72; }

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

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

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

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

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

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

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

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