#F2BD6E

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

Shades of Harvest Gold #F2BD6E

Tints of Harvest Gold #F2BD6E

Color information

#F2BD6E (or 0xF2BD6E) is unknown color: approx Harvest Gold. HEX triplet: F2, BD and 6E. RGB value is (242,189,110). Sum of RGB (Red+Green+Blue) = 242+189+110=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD6E is #0D4291. Grayscale: #C4C4C4. Windows color (decimal): -869010 or 7257586. OLE color: 7257586.

HSL color Cylindrical-coordinate representation of color #F2BD6E: hue angle of 35.91º 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 #F2BD6E is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242189110-
CMYK00.220.550.05
HSL35.91º83.54%69.02%-
HSV(B)35.91º54.55%94.9%-
XYZ57.6356.422.6-
YUV195.8479.56160.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 110 (43.36% from 255) = 20.33%
R=44.73%
G=34.94%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218911000.220.550.0535.9183.5469.02
HexF2BD6E016375245445
Octal36227515602667544124105
Binary1111001010111101110111001011011011110110010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD6E; }

 p { color: rgb(242,189,110); }

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

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

 a { background-color: rgb(242,189,110); }

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

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

 span { border-color: rgb(242,189,110); }

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