Html Css Color HEX #FABC6B Harvest Gold

📋 copy color: '#FABC6B'

red 250 ◦ green 188 ◦ blue 107

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

Shades of Harvest Gold #FABC6B

Tints of Harvest Gold #FABC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 45.87%
G = 34.5%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FABC6B (or 0xFABC6B) is known color: Harvest Gold. HEX triplet: FA, BC and 6B. RGB value is (250,188,107). Sum of RGB (Red+Green+Blue) = 250+188+107=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC6B is #054394. Grayscale: #C5C5C5. Windows color (decimal): -344981 or 7060730. OLE color: 7060730.

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

Color convert

RGB 250 188 107 -
CMYK 0 0.25 0.57 0.02
HSL 33.99º 0.93% 0.7% -
HSV(B) 33.99º 0.57% 0.98% -
XYZ 60.06 57.35 21.81 -
YUV 197.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 250 188 107 0 0.25 0.57 0.02 33.99 0.93 0.7
Hex FA BC 6B 0 19 39 2 22 5D 46
Octal 372 274 153 0 31 71 2 42 135 106
Binary 11111010 10111100 1101011 0 11001 111001 10 100010 1011101 1000110

Color Harmonies of #FABC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC6B

Black with #FABC6B

Text Example


Text Example

White with #FABC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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