#F1BF75

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

Shades of Harvest Gold #F1BF75

Tints of Harvest Gold #F1BF75

Color information

#F1BF75 (or 0xF1BF75) is unknown color: approx Harvest Gold. HEX triplet: F1, BF and 75. RGB value is (241,191,117). Sum of RGB (Red+Green+Blue) = 241+191+117=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF75 is #0E408A. Grayscale: #C5C5C5. Windows color (decimal): -934027 or 7716849. OLE color: 7716849.

HSL color Cylindrical-coordinate representation of color #F1BF75: hue angle of 35.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1BF75 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241191117-
CMYK00.210.510.05
HSL35.81º81.58%70.2%-
HSV(B)35.81º51.45%94.51%-
XYZ58.1257.2524.82-
YUV197.5182.56159.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=43.90%
G=34.79%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119111700.210.510.0535.8181.5870.2
HexF1BF75015335245246
Octal36127716502563544122106
Binary1111000110111111111010101010111001110110010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF75; }

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

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

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

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

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

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

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

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