Html Css Color HEX #FABA6C Harvest Gold

📋 copy color: '#FABA6C'

red 250 ◦ green 186 ◦ blue 108

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

Shades of Harvest Gold #FABA6C

Tints of Harvest Gold #FABA6C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 108 (42.58% from 255) = 19.85%

R = 45.96%
G = 34.19%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FABA6C (or 0xFABA6C) is known color: Harvest Gold. HEX triplet: FA, BA and 6C. RGB value is (250,186,108). Sum of RGB (Red+Green+Blue) = 250+186+108=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA6C is #054593. Grayscale: #C4C4C4. Windows color (decimal): -345492 or 7125754. OLE color: 7125754.

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

Color convert

RGB 250 186 108 -
CMYK 0 0.26 0.57 0.02
HSL 32.96º 0.93% 0.7% -
HSV(B) 32.96º 0.57% 0.98% -
XYZ 59.69 56.52 21.95 -
YUV 196.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 250 186 108 0 0.26 0.57 0.02 32.96 0.93 0.7
Hex FA BA 6C 0 1A 39 2 21 5D 46
Octal 372 272 154 0 32 71 2 41 135 106
Binary 11111010 10111010 1101100 0 11010 111001 10 100001 1011101 1000110

Color Harmonies of #FABA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA6C

Black with #FABA6C

Text Example


Text Example

White with #FABA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA6C; }

 p { color: rgb(250,186,108); }

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

background-color css

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

 a { background-color: rgb(250,186,108); }

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

border-color css

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

 span { border-color: rgb(250,186,108); }

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