#F9BD69

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

Shades of Harvest Gold #F9BD69

Tints of Harvest Gold #F9BD69

Color information

#F9BD69 (or 0xF9BD69) is unknown color: approx Harvest Gold. HEX triplet: F9, BD and 69. RGB value is (249,189,105). Sum of RGB (Red+Green+Blue) = 249+189+105=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BD69 is #064296. Grayscale: #C5C5C5. Windows color (decimal): -410263 or 6929913. OLE color: 6929913.

HSL color Cylindrical-coordinate representation of color #F9BD69: hue angle of 35º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9BD69 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249189105-
CMYK00.240.580.02
HSL35º92.31%69.41%-
HSV(B)35º57.83%97.65%-
XYZ59.8157.5521.32-
YUV197.3675.88164.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.86%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=45.86%
G=34.81%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918910500.240.580.023592.3169.41
HexF9BD690183A2235c45
Octal37127515103072243134105
Binary111110011011110111010010110001110101010001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BD69; }

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

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

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

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

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

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

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

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