#F3B464

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

Shades of Harvest Gold #F3B464

Tints of Harvest Gold #F3B464

Color information

#F3B464 (or 0xF3B464) is unknown color: approx Harvest Gold. HEX triplet: F3, B4 and 64. RGB value is (243,180,100). Sum of RGB (Red+Green+Blue) = 243+180+100=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B464 is #0C4B9B. Grayscale: #BEBEBE. Windows color (decimal): -805788 or 6599923. OLE color: 6599923.

HSL color Cylindrical-coordinate representation of color #F3B464: hue angle of 33.57º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3B464 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB243180100-
CMYK00.260.590.05
HSL33.57º85.63%67.25%-
HSV(B)33.57º58.85%95.29%-
XYZ55.5852.6219.28-
YUV189.7277.37166-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 100 (39.45% from 255) = 19.12%
R=46.46%
G=34.42%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318010000.260.590.0533.5785.6367.25
HexF3B46401A3B5225643
Octal36326414403273542126103
Binary1111001110110100110010001101011101110110001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B464; }

 p { color: rgb(243,180,100); }

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

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

 a { background-color: rgb(243,180,100); }

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

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

 span { border-color: rgb(243,180,100); }

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

cancel