#F1BD68

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

Shades of Harvest Gold #F1BD68

Tints of Harvest Gold #F1BD68

Color information

#F1BD68 (or 0xF1BD68) is unknown color: approx Harvest Gold. HEX triplet: F1, BD and 68. RGB value is (241,189,104). Sum of RGB (Red+Green+Blue) = 241+189+104=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD68 is #0E4297. Grayscale: #C3C3C3. Windows color (decimal): -934552 or 6864369. OLE color: 6864369.

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

Color convert

RGB241189104-
CMYK00.220.570.05
HSL37.23º83.03%67.65%-
HSV(B)37.23º56.85%94.51%-
XYZ56.9756.120.92-
YUV194.8676.73160.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=45.13%
G=35.39%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118910400.220.570.0537.2383.0367.65
HexF1BD68016395255344
Octal36127515002671545123104
Binary1111000110111101110100001011011100110110010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BD68; }

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

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

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

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

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

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

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

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