#F1B875

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

Shades of Harvest Gold #F1B875

Tints of Harvest Gold #F1B875

Color information

#F1B875 (or 0xF1B875) is unknown color: approx Harvest Gold. HEX triplet: F1, B8 and 75. RGB value is (241,184,117). Sum of RGB (Red+Green+Blue) = 241+184+117=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B875 is #0E478A. Grayscale: #C1C1C1. Windows color (decimal): -935819 or 7715057. OLE color: 7715057.

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

Color convert

RGB241184117-
CMYK00.240.510.05
HSL32.42º81.58%70.2%-
HSV(B)32.42º51.45%94.51%-
XYZ56.6354.2724.32-
YUV193.484.88161.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=44.46%
G=33.95%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118411700.240.510.0532.4281.5870.2
HexF1B875018335205246
Octal36127016503063540122106
Binary1111000110111000111010101100011001110110000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B875; }

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

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

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

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

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

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

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

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