#F5BB70

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

Shades of Harvest Gold #F5BB70

Tints of Harvest Gold #F5BB70

Color information

#F5BB70 (or 0xF5BB70) is unknown color: approx Harvest Gold. HEX triplet: F5, BB and 70. RGB value is (245,187,112). Sum of RGB (Red+Green+Blue) = 245+187+112=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB70 is #0A448F. Grayscale: #C4C4C4. Windows color (decimal): -672912 or 7388149. OLE color: 7388149.

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

Color convert

RGB245187112-
CMYK00.240.540.04
HSL33.83º86.93%70%-
HSV(B)33.83º54.29%96.08%-
XYZ58.3556.1223.09-
YUV195.7980.72163.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=45.04%
G=34.38%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518711200.240.540.0433.8386.9370
HexF5BB70018364225746
Octal36527316003066442127106
Binary1111010110111011111000001100011011010010001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB70; }

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

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

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

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

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

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

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

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