#F7BD63

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

Shades of Harvest Gold #F7BD63

Tints of Harvest Gold #F7BD63

Color information

#F7BD63 (or 0xF7BD63) is unknown color: approx Harvest Gold. HEX triplet: F7, BD and 63. RGB value is (247,189,99). Sum of RGB (Red+Green+Blue) = 247+189+99=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD63 is #08429C. Grayscale: #C4C4C4. Windows color (decimal): -541341 or 6536695. OLE color: 6536695.

HSL color Cylindrical-coordinate representation of color #F7BD63: hue angle of 36.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7BD63 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB24718999-
CMYK00.230.600.03
HSL36.49º90.24%67.84%-
HSV(B)36.49º59.92%96.86%-
XYZ58.8157.0719.72-
YUV196.0873.22164.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.17%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=46.17%
G=35.33%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471899900.230.600.0336.4990.2467.84
HexF7BD630173C3245a44
Octal36727514302774344132104
Binary111101111011110111000110101111111001110010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BD63; }

 p { color: rgb(247,189,99); }

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

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

 a { background-color: rgb(247,189,99); }

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

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

 span { border-color: rgb(247,189,99); }

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