#f0bd63

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

Shades of Harvest Gold #F0BD63

Tints of Harvest Gold #F0BD63

Color information

#F0BD63 (or 0xF0BD63) is unknown color: approx Harvest Gold. HEX triplet: F0, BD and 63. RGB value is (240,189,99). Sum of RGB (Red+Green+Blue) = 240+189+99=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD63 is #0F429C. Grayscale: #C2C2C2. Windows color (decimal): -1000093 or 6536688. OLE color: 6536688.

HSL color Cylindrical-coordinate representation of color #F0BD63: hue angle of 38.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0BD63 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24018999-
CMYK00.210.590.06
HSL38.3º82.46%66.47%-
HSV(B)38.3º58.75%94.12%-
XYZ56.3855.8219.61-
YUV193.9974.4160.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 99 (39.06% from 255) = 18.75%
R=45.45%
G=35.80%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401899900.210.590.0638.382.4666.47
HexF0BD630153B6265242
Octal36027514302573646122102
Binary1111000010111101110001101010111101111010011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bd63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bd63; }

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

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

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

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

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

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

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

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