#F1BD66

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

Shades of Harvest Gold #F1BD66

Tints of Harvest Gold #F1BD66

Color information

#F1BD66 (or 0xF1BD66) is unknown color: approx Harvest Gold. HEX triplet: F1, BD and 66. RGB value is (241,189,102). Sum of RGB (Red+Green+Blue) = 241+189+102=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD66 is #0E4299. Grayscale: #C3C3C3. Windows color (decimal): -934554 or 6733297. OLE color: 6733297.

HSL color Cylindrical-coordinate representation of color #F1BD66: hue angle of 37.55º 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 #F1BD66 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241189102-
CMYK00.220.580.05
HSL37.55º83.23%67.25%-
HSV(B)37.55º57.68%94.51%-
XYZ56.8756.0620.39-
YUV194.6375.73161.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 102 (40.23% from 255) = 19.17%
R=45.30%
G=35.53%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118910200.220.580.0537.5583.2367.25
HexF1BD660163A5265343
Octal36127514602672546123103
Binary1111000110111101110011001011011101010110011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD66; }

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

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

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

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

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

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

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

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