#F1B76A

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

Shades of Harvest Gold #F1B76A

Tints of Harvest Gold #F1B76A

Color information

#F1B76A (or 0xF1B76A) is unknown color: approx Harvest Gold. HEX triplet: F1, B7 and 6A. RGB value is (241,183,106). Sum of RGB (Red+Green+Blue) = 241+183+106=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B76A is #0E4895. Grayscale: #BFBFBF. Windows color (decimal): -936086 or 6993905. OLE color: 6993905.

HSL color Cylindrical-coordinate representation of color #F1B76A: hue angle of 34.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1B76A is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241183106-
CMYK00.240.560.05
HSL34.22º82.82%68.04%-
HSV(B)34.22º56.02%94.51%-
XYZ55.8153.6121.04-
YUV191.5679.72163.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 106 (41.80% from 255) = 20%
R=45.47%
G=34.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118310600.240.560.0534.2282.8268.04
HexF1B76A018385225344
Octal36126715203070542123104
Binary1111000110110111110101001100011100010110001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B76A; }

 p { color: rgb(241,183,106); }

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

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

 a { background-color: rgb(241,183,106); }

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

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

 span { border-color: rgb(241,183,106); }

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