#F1B368

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

Shades of Harvest Gold #F1B368

Tints of Harvest Gold #F1B368

Color information

#F1B368 (or 0xF1B368) is unknown color: approx Harvest Gold. HEX triplet: F1, B3 and 68. RGB value is (241,179,104). Sum of RGB (Red+Green+Blue) = 241+179+104=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B368 is #0E4C97. Grayscale: #BDBDBD. Windows color (decimal): -937112 or 6861809. OLE color: 6861809.

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

Color convert

RGB241179104-
CMYK00.260.570.05
HSL32.85º83.03%67.65%-
HSV(B)32.85º56.85%94.51%-
XYZ54.8951.9420.23-
YUV188.9980.04165.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=45.99%
G=34.16%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117910400.260.570.0532.8583.0367.65
HexF1B36801A395215344
Octal36126315003271541123104
Binary1111000110110011110100001101011100110110000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B368; }

 p { color: rgb(241,179,104); }

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

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

 a { background-color: rgb(241,179,104); }

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

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

 span { border-color: rgb(241,179,104); }

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