#F1B962

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

Shades of Harvest Gold #F1B962

Tints of Harvest Gold #F1B962

Color information

#F1B962 (or 0xF1B962) is unknown color: approx Harvest Gold. HEX triplet: F1, B9 and 62. RGB value is (241,185,98). Sum of RGB (Red+Green+Blue) = 241+185+98=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B962 is #0E469D. Grayscale: #C0C0C0. Windows color (decimal): -935582 or 6470129. OLE color: 6470129.

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

Color convert

RGB24118598-
CMYK00.230.590.05
HSL36.5º83.63%66.47%-
HSV(B)36.5º59.34%94.51%-
XYZ55.8354.2819.09-
YUV191.8375.05163.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=45.99%
G=35.31%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411859800.230.590.0536.583.6366.47
HexF1B9620173B5255442
Octal36127114202773545124102
Binary1111000110111001110001001011111101110110010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B962; }

 p { color: rgb(241,185,98); }

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

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

 a { background-color: rgb(241,185,98); }

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

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

 span { border-color: rgb(241,185,98); }

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