#f1ba72

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

Shades of Harvest Gold #F1BA72

Tints of Harvest Gold #F1BA72

Color information

#F1BA72 (or 0xF1BA72) is unknown color: approx Harvest Gold. HEX triplet: F1, BA and 72. RGB value is (241,186,114). Sum of RGB (Red+Green+Blue) = 241+186+114=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA72 is #0E458D. Grayscale: #C2C2C2. Windows color (decimal): -935310 or 7518961. OLE color: 7518961.

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

Color convert

RGB241186114-
CMYK00.230.530.05
HSL34.02º81.94%69.61%-
HSV(B)34.02º52.7%94.51%-
XYZ56.8755.0323.54-
YUV194.2482.72161.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=44.55%
G=34.38%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118611400.230.530.0534.0281.9469.61
HexF1BA72017355225246
Octal36127216202765542122106
Binary1111000110111010111001001011111010110110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1ba72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1ba72; }

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

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

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

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

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

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

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

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