#F1BE66

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

Shades of Harvest Gold #F1BE66

Tints of Harvest Gold #F1BE66

Color information

#F1BE66 (or 0xF1BE66) is unknown color: approx Harvest Gold. HEX triplet: F1, BE and 66. RGB value is (241,190,102). Sum of RGB (Red+Green+Blue) = 241+190+102=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE66 is #0E4199. Grayscale: #C3C3C3. Windows color (decimal): -934298 or 6733553. OLE color: 6733553.

HSL color Cylindrical-coordinate representation of color #F1BE66: hue angle of 37.99º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1BE66 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241190102-
CMYK00.210.580.05
HSL37.99º83.23%67.25%-
HSV(B)37.99º57.68%94.51%-
XYZ57.0956.4920.46-
YUV195.2275.4160.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=45.22%
G=35.65%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119010200.210.580.0537.9983.2367.25
HexF1BE660153A5265343
Octal36127614602572546123103
Binary1111000110111110110011001010111101010110011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE66; }

 p { color: rgb(241,190,102); }

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

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

 a { background-color: rgb(241,190,102); }

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

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

 span { border-color: rgb(241,190,102); }

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