#F0B469

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

Shades of Harvest Gold #F0B469

Tints of Harvest Gold #F0B469

Color information

#F0B469 (or 0xF0B469) is unknown color: approx Harvest Gold. HEX triplet: F0, B4 and 69. RGB value is (240,180,105). Sum of RGB (Red+Green+Blue) = 240+180+105=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B469 is #0F4B96. Grayscale: #BDBDBD. Windows color (decimal): -1002391 or 6927600. OLE color: 6927600.

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

Color convert

RGB240180105-
CMYK00.250.560.06
HSL33.33º81.82%67.65%-
HSV(B)33.33º56.25%94.12%-
XYZ54.8152.1920.55-
YUV189.3980.38164.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 105 (41.41% from 255) = 20%
R=45.71%
G=34.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018010500.250.560.0633.3381.8267.65
HexF0B469019386215244
Octal36026415103170641122104
Binary1111000010110100110100101100111100011010000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B469; }

 p { color: rgb(240,180,105); }

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

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

 a { background-color: rgb(240,180,105); }

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

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

 span { border-color: rgb(240,180,105); }

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