Html Css Color HEX #FABD6A Harvest Gold

📋 copy color: '#FABD6A'

red 250 ◦ green 189 ◦ blue 106

#FABD6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #FABD6A

Tints of Harvest Gold #FABD6A

RGB

 RED value IS 250 (98.05% from 255) = 45.87%

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 106 (41.8% from 255) = 19.45%

R = 45.87%
G = 34.68%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FABD6A (or 0xFABD6A) is known color: Harvest Gold. HEX triplet: FA, BD and 6A. RGB value is (250,189,106). Sum of RGB (Red+Green+Blue) = 250+189+106=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD6A is #054295. Grayscale: #C6C6C6. Windows color (decimal): -344726 or 6995450. OLE color: 6995450.

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

Color convert

RGB 250 189 106 -
CMYK 0 0.24 0.58 0.02
HSL 34.58º 0.94% 0.7% -
HSV(B) 34.58º 0.58% 0.98% -
XYZ 60.22 57.76 21.61 -
YUV 197.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 250 189 106 0 0.24 0.58 0.02 34.58 0.94 0.7
Hex FA BD 6A 0 18 3A 2 23 5E 46
Octal 372 275 152 0 30 72 2 43 136 106
Binary 11111010 10111101 1101010 0 11000 111010 10 100011 1011110 1000110

Color Harmonies of #FABD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD6A

Black with #FABD6A

Text Example


Text Example

White with #FABD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD6A; }

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

 H1.HeaderClassName
 {
   color: #FABD6A;
 }
 .AnyTagClassName
 {
   color: #FABD6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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