Html Css Color HEX #FABF64 Harvest Gold

📋 copy color: '#FABF64'

red 250 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #FABF64

Tints of Harvest Gold #FABF64

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 46.21%
G = 35.3%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FABF64 (or 0xFABF64) is known color: Harvest Gold. HEX triplet: FA, BF and 64. RGB value is (250,191,100). Sum of RGB (Red+Green+Blue) = 250+191+100=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABF64 is #05409B. Grayscale: #C6C6C6. Windows color (decimal): -344220 or 6602746. OLE color: 6602746.

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

Color convert

RGB 250 191 100 -
CMYK 0 0.24 0.6 0.02
HSL 36.4º 0.94% 0.69% -
HSV(B) 36.4º 0.6% 0.98% -
XYZ 60.36 58.51 20.17 -
YUV 198.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 250 191 100 0 0.24 0.6 0.02 36.4 0.94 0.69
Hex FA BF 64 0 18 3C 2 24 5E 45
Octal 372 277 144 0 30 74 2 44 136 105
Binary 11111010 10111111 1100100 0 11000 111100 10 100100 1011110 1000101

Color Harmonies of #FABF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF64

Black with #FABF64

Text Example


Text Example

White with #FABF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF64; }

 p { color: rgb(250,191,100); }

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

background-color css

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

 a { background-color: rgb(250,191,100); }

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

border-color css

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

 span { border-color: rgb(250,191,100); }

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