#F7BD69

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

Shades of Harvest Gold #F7BD69

Tints of Harvest Gold #F7BD69

Color information

#F7BD69 (or 0xF7BD69) is unknown color: approx Harvest Gold. HEX triplet: F7, BD and 69. RGB value is (247,189,105). Sum of RGB (Red+Green+Blue) = 247+189+105=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD69 is #084296. Grayscale: #C5C5C5. Windows color (decimal): -541335 or 6929911. OLE color: 6929911.

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

Color convert

RGB247189105-
CMYK00.230.570.03
HSL35.49º89.87%69.02%-
HSV(B)35.49º57.49%96.86%-
XYZ59.1157.1921.29-
YUV196.7776.22163.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.66%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=45.66%
G=34.94%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718910500.230.570.0335.4989.8769.02
HexF7BD69017393235a45
Octal36727515102771343132105
Binary111101111011110111010010101111110011110001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BD69; }

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

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

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

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

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

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

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

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