#f1ba75

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

Shades of Harvest Gold #F1BA75

Tints of Harvest Gold #F1BA75

Color information

#F1BA75 (or 0xF1BA75) is unknown color: approx Harvest Gold. HEX triplet: F1, BA and 75. RGB value is (241,186,117). Sum of RGB (Red+Green+Blue) = 241+186+117=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA75 is #0E458A. Grayscale: #C2C2C2. Windows color (decimal): -935307 or 7715569. OLE color: 7715569.

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

Color convert

RGB241186117-
CMYK00.230.510.05
HSL33.39º81.58%70.2%-
HSV(B)33.39º51.45%94.51%-
XYZ57.0555.124.46-
YUV194.5884.22161.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=44.30%
G=34.19%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118611700.230.510.0533.3981.5870.2
HexF1BA75017335215246
Octal36127216502763541122106
Binary1111000110111010111010101011111001110110000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1ba75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1ba75; }

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

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

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

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

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

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

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

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