#F2B46D

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

Shades of Harvest Gold #F2B46D

Tints of Harvest Gold #F2B46D

Color information

#F2B46D (or 0xF2B46D) is unknown color: approx Harvest Gold. HEX triplet: F2, B4 and 6D. RGB value is (242,180,109). Sum of RGB (Red+Green+Blue) = 242+180+109=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B46D is #0D4B92. Grayscale: #BEBEBE. Windows color (decimal): -871315 or 7189746. OLE color: 7189746.

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

Color convert

RGB242180109-
CMYK00.260.550.05
HSL32.03º83.65%68.82%-
HSV(B)32.03º54.96%94.9%-
XYZ55.752.6221.69-
YUV190.4482.04164.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=45.57%
G=33.90%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218010900.260.550.0532.0383.6568.82
HexF2B46D01A375205445
Octal36226415503267540124105
Binary1111001010110100110110101101011011110110000010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B46D; }

 p { color: rgb(242,180,109); }

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

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

 a { background-color: rgb(242,180,109); }

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

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

 span { border-color: rgb(242,180,109); }

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