#F1BB60

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

Shades of Harvest Gold #F1BB60

Tints of Harvest Gold #F1BB60

Color information

#F1BB60 (or 0xF1BB60) is unknown color: approx Harvest Gold. HEX triplet: F1, BB and 60. RGB value is (241,187,96). Sum of RGB (Red+Green+Blue) = 241+187+96=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB60 is #0E449F. Grayscale: #C1C1C1. Windows color (decimal): -935072 or 6339569. OLE color: 6339569.

HSL color Cylindrical-coordinate representation of color #F1BB60: hue angle of 37.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1BB60 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24118796-
CMYK00.220.600.05
HSL37.66º83.82%66.08%-
HSV(B)37.66º60.17%94.51%-
XYZ56.1655.0918.74-
YUV192.7773.39162.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=45.99%
G=35.69%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411879600.220.600.0537.6683.8266.08
HexF1BB600163C5265442
Octal36127314002674546124102
Binary1111000110111011110000001011011110010110011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB60; }

 p { color: rgb(241,187,96); }

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

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

 a { background-color: rgb(241,187,96); }

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

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

 span { border-color: rgb(241,187,96); }

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