#F1BF69

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

Shades of Harvest Gold #F1BF69

Tints of Harvest Gold #F1BF69

Color information

#F1BF69 (or 0xF1BF69) is unknown color: approx Harvest Gold. HEX triplet: F1, BF and 69. RGB value is (241,191,105). Sum of RGB (Red+Green+Blue) = 241+191+105=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF69 is #0E4096. Grayscale: #C4C4C4. Windows color (decimal): -934039 or 6930417. OLE color: 6930417.

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

Color convert

RGB241191105-
CMYK00.210.560.05
HSL37.94º82.93%67.84%-
HSV(B)37.94º56.43%94.51%-
XYZ57.4656.9821.34-
YUV196.1576.56159.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=44.88%
G=35.57%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119110500.210.560.0537.9482.9367.84
HexF1BF69015385265344
Octal36127715102570546123104
Binary1111000110111111110100101010111100010110011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF69; }

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

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

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

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

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

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

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

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