Html Css Color HEX #FAD582 Golden Glow

📋 copy color: '#FAD582'

red 250 ◦ green 213 ◦ blue 130

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

Shades of Golden Glow #FAD582

Tints of Golden Glow #FAD582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.92%

R = 42.16%
G = 35.92%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAD582 (or 0xFAD582) is known color: Golden Glow. HEX triplet: FA, D5 and 82. RGB value is (250,213,130). Sum of RGB (Red+Green+Blue) = 250+213+130=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD582 is #052A7D. Grayscale: #D6D6D6. Windows color (decimal): -338558 or 8574458. OLE color: 8574458.

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

Color convert

RGB 250 213 130 -
CMYK 0 0.15 0.48 0.02
HSL 41.5º 0.92% 0.75% -
HSV(B) 41.5º 0.48% 0.98% -
XYZ 67.25 69.52 30.99 -
YUV 214.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 250 213 130 0 0.15 0.48 0.02 41.5 0.92 0.75
Hex FA D5 82 0 F 30 2 2A 5C 4B
Octal 372 325 202 0 17 60 2 52 134 113
Binary 11111010 11010101 10000010 0 1111 110000 10 101010 1011100 1001011

Color Harmonies of #FAD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD582

Black with #FAD582

Text Example


Text Example

White with #FAD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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