Html Css Color HEX #FAD580 Golden Glow

📋 copy color: '#FAD580'

red 250 ◦ green 213 ◦ blue 128

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

Shades of Golden Glow #FAD580

Tints of Golden Glow #FAD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.04%

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

R = 42.3%
G = 36.04%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD580 (or 0xFAD580) is known color: Golden Glow. HEX triplet: FA, D5 and 80. RGB value is (250,213,128). Sum of RGB (Red+Green+Blue) = 250+213+128=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD580 is #052A7F. Grayscale: #D6D6D6. Windows color (decimal): -338560 or 8443386. OLE color: 8443386.

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

Color convert

RGB 250 213 128 -
CMYK 0 0.15 0.49 0.02
HSL 41.8º 0.92% 0.74% -
HSV(B) 41.8º 0.49% 0.98% -
XYZ 67.11 69.47 30.29 -
YUV 214.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 250 213 128 0 0.15 0.49 0.02 41.8 0.92 0.74
Hex FA D5 80 0 F 31 2 2A 5C 4A
Octal 372 325 200 0 17 61 2 52 134 112
Binary 11111010 11010101 10000000 0 1111 110001 10 101010 1011100 1001010

Color Harmonies of #FAD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD580

Black with #FAD580

Text Example


Text Example

White with #FAD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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