#FABC6A

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

Shades of Harvest Gold #FABC6A

Tints of Harvest Gold #FABC6A

Color information

#FABC6A (or 0xFABC6A) is unknown color: approx Harvest Gold. HEX triplet: FA, BC and 6A. RGB value is (250,188,106). Sum of RGB (Red+Green+Blue) = 250+188+106=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC6A is #054395. Grayscale: #C5C5C5. Windows color (decimal): -344982 or 6995194. OLE color: 6995194.

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

Color convert

RGB250188106-
CMYK00.250.580.02
HSL34.17º93.51%69.8%-
HSV(B)34.17º57.6%98.04%-
XYZ60.0157.3321.54-
YUV197.1976.54165.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=45.96%
G=34.56%
B=19.49%

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
Decimal25018810600.250.580.0234.1793.5169.8
HexFABC6A0193A2225e46
Octal37227415203172242136106
Binary111110101011110011010100110011110101010001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABC6A; }

 p { color: rgb(250,188,106); }

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

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

 a { background-color: rgb(250,188,106); }

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

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

 span { border-color: rgb(250,188,106); }

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