#F1B969

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

Shades of Harvest Gold #F1B969

Tints of Harvest Gold #F1B969

Color information

#F1B969 (or 0xF1B969) is unknown color: approx Harvest Gold. HEX triplet: F1, B9 and 69. RGB value is (241,185,105). Sum of RGB (Red+Green+Blue) = 241+185+105=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B969 is #0E4696. Grayscale: #C1C1C1. Windows color (decimal): -935575 or 6928881. OLE color: 6928881.

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

Color convert

RGB241185105-
CMYK00.230.560.05
HSL35.29º82.93%67.84%-
HSV(B)35.29º56.43%94.51%-
XYZ56.1754.4220.91-
YUV192.6278.55162.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=45.39%
G=34.84%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118510500.230.560.0535.2982.9367.84
HexF1B969017385235344
Octal36127115102770543123104
Binary1111000110111001110100101011111100010110001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B969; }

 p { color: rgb(241,185,105); }

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

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

 a { background-color: rgb(241,185,105); }

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

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

 span { border-color: rgb(241,185,105); }

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