#F1BD6C

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

Shades of Harvest Gold #F1BD6C

Tints of Harvest Gold #F1BD6C

Color information

#F1BD6C (or 0xF1BD6C) is unknown color: approx Harvest Gold. HEX triplet: F1, BD and 6C. RGB value is (241,189,108). Sum of RGB (Red+Green+Blue) = 241+189+108=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD6C is #0E4293. Grayscale: #C3C3C3. Windows color (decimal): -934548 or 7126513. OLE color: 7126513.

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

Color convert

RGB241189108-
CMYK00.220.550.05
HSL36.54º82.61%68.43%-
HSV(B)36.54º55.19%94.51%-
XYZ57.1856.1822.02-
YUV195.3178.73160.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=44.80%
G=35.13%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118910800.220.550.0536.5482.6168.43
HexF1BD6C016375255344
Octal36127515402667545123104
Binary1111000110111101110110001011011011110110010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD6C; }

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

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

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

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

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

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

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

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