Html Css Color HEX #FAD482 Golden Glow

📋 copy color: '#FAD482'

red 250 ◦ green 212 ◦ blue 130

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

Shades of Golden Glow #FAD482

Tints of Golden Glow #FAD482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.81%

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

R = 42.23%
G = 35.81%
B = 21.96%

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

#FAD482 (or 0xFAD482) is known color: Golden Glow. HEX triplet: FA, D4 and 82. RGB value is (250,212,130). Sum of RGB (Red+Green+Blue) = 250+212+130=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD482 is #052B7D. Grayscale: #D6D6D6. Windows color (decimal): -338814 or 8574202. OLE color: 8574202.

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

Color convert

RGB 250 212 130 -
CMYK 0 0.15 0.48 0.02
HSL 41º 0.92% 0.75% -
HSV(B) 41º 0.48% 0.98% -
XYZ 67 69.02 30.91 -
YUV 214.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 250 212 130 0 0.15 0.48 0.02 41 0.92 0.75
Hex FA D4 82 0 F 30 2 29 5C 4B
Octal 372 324 202 0 17 60 2 51 134 113
Binary 11111010 11010100 10000010 0 1111 110000 10 101001 1011100 1001011

Color Harmonies of #FAD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD482

Black with #FAD482

Text Example


Text Example

White with #FAD482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD482; }

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

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

background-color css

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

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

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

border-color css

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

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

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