#F9BB69

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

Shades of Harvest Gold #F9BB69

Tints of Harvest Gold #F9BB69

Color information

#F9BB69 (or 0xF9BB69) is unknown color: approx Harvest Gold. HEX triplet: F9, BB and 69. RGB value is (249,187,105). Sum of RGB (Red+Green+Blue) = 249+187+105=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BB69 is #064496. Grayscale: #C4C4C4. Windows color (decimal): -410775 or 6929401. OLE color: 6929401.

HSL color Cylindrical-coordinate representation of color #F9BB69: hue angle of 34.17º 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 #F9BB69 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249187105-
CMYK00.250.580.02
HSL34.17º92.31%69.41%-
HSV(B)34.17º57.83%97.65%-
XYZ59.3956.721.18-
YUV196.1976.54165.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=46.03%
G=34.57%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918710500.250.580.0234.1792.3169.41
HexF9BB690193A2225c45
Octal37127315103172242134105
Binary111110011011101111010010110011110101010001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BB69; }

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

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

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

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

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

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

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

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