Html Css Color HEX #FAD680 Golden Glow

📋 copy color: '#FAD680'

red 250 ◦ green 214 ◦ blue 128

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

Shades of Golden Glow #FAD680

Tints of Golden Glow #FAD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 128 (50.39% from 255) = 21.62%

R = 42.23%
G = 36.15%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD680 (or 0xFAD680) is known color: Golden Glow. HEX triplet: FA, D6 and 80. RGB value is (250,214,128). Sum of RGB (Red+Green+Blue) = 250+214+128=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD680 is #05297F. Grayscale: #D7D7D7. Windows color (decimal): -338304 or 8443642. OLE color: 8443642.

HSL color Cylindrical-coordinate representation of color #FAD680: hue angle of 42.3º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAD680 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 214 128 -
CMYK 0 0.14 0.49 0.02
HSL 42.3º 0.92% 0.74% -
HSV(B) 42.3º 0.49% 0.98% -
XYZ 67.37 69.98 30.38 -
YUV 214.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 250 214 128 0 0.14 0.49 0.02 42.3 0.92 0.74
Hex FA D6 80 0 E 31 2 2A 5C 4A
Octal 372 326 200 0 16 61 2 52 134 112
Binary 11111010 11010110 10000000 0 1110 110001 10 101010 1011100 1001010

Color Harmonies of #FAD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD680

Black with #FAD680

Text Example


Text Example

White with #FAD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD680; }

 p { color: rgb(250,214,128); }

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

background-color css

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

 a { background-color: rgb(250,214,128); }

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

border-color css

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

 span { border-color: rgb(250,214,128); }

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