#f2bc70

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

Shades of Harvest Gold #F2BC70

Tints of Harvest Gold #F2BC70

Color information

#F2BC70 (or 0xF2BC70) is unknown color: approx Harvest Gold. HEX triplet: F2, BC and 70. RGB value is (242,188,112). Sum of RGB (Red+Green+Blue) = 242+188+112=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC70 is #0D438F. Grayscale: #C3C3C3. Windows color (decimal): -869264 or 7388402. OLE color: 7388402.

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

Color convert

RGB242188112-
CMYK00.220.540.05
HSL35.08º83.33%69.41%-
HSV(B)35.08º53.72%94.9%-
XYZ57.5356.0123.11-
YUV195.4880.89161.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.65%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 20.66%
R=44.65%
G=34.69%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218811200.220.540.0535.0883.3369.41
HexF2BC70016365235345
Octal36227416002666543123105
Binary1111001010111100111000001011011011010110001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2bc70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2bc70; }

 p { color: rgb(242,188,112); }

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

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

 a { background-color: rgb(242,188,112); }

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

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

 span { border-color: rgb(242,188,112); }

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