#F1BE75

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

Shades of Harvest Gold #F1BE75

Tints of Harvest Gold #F1BE75

Color information

#F1BE75 (or 0xF1BE75) is unknown color: approx Harvest Gold. HEX triplet: F1, BE and 75. RGB value is (241,190,117). Sum of RGB (Red+Green+Blue) = 241+190+117=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE75 is #0E418A. Grayscale: #C5C5C5. Windows color (decimal): -934283 or 7716593. OLE color: 7716593.

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

Color convert

RGB241190117-
CMYK00.210.510.05
HSL35.32º81.58%70.2%-
HSV(B)35.32º51.45%94.51%-
XYZ57.956.8124.74-
YUV196.9382.9159.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=43.98%
G=34.67%
B=21.35%

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
Decimal24119011700.210.510.0535.3281.5870.2
HexF1BE75015335235246
Octal36127616502563543122106
Binary1111000110111110111010101010111001110110001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE75; }

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

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

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

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

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

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

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

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