Html Css Color HEX #FAD280 Golden Glow

📋 copy color: '#FAD280'

red 250 ◦ green 210 ◦ blue 128

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

Shades of Golden Glow #FAD280

Tints of Golden Glow #FAD280

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.71%

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

R = 42.52%
G = 35.71%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD280 (or 0xFAD280) is known color: Golden Glow. HEX triplet: FA, D2 and 80. RGB value is (250,210,128). Sum of RGB (Red+Green+Blue) = 250+210+128=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD280 is #052D7F. Grayscale: #D4D4D4. Windows color (decimal): -339328 or 8442618. OLE color: 8442618.

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

Color convert

RGB 250 210 128 -
CMYK 0 0.16 0.49 0.02
HSL 40.33º 0.92% 0.74% -
HSV(B) 40.33º 0.49% 0.98% -
XYZ 66.37 67.98 30.04 -
YUV 212.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 250 210 128 0 0.16 0.49 0.02 40.33 0.92 0.74
Hex FA D2 80 0 10 31 2 28 5C 4A
Octal 372 322 200 0 20 61 2 50 134 112
Binary 11111010 11010010 10000000 0 10000 110001 10 101000 1011100 1001010

Color Harmonies of #FAD280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD280

Black with #FAD280

Text Example


Text Example

White with #FAD280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD280; }

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

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

background-color css

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

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

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

border-color css

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

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

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