Html Css Color HEX #FADC7C Golden Glow

📋 copy color: '#FADC7C'

red 250 ◦ green 220 ◦ blue 124

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

Shades of Golden Glow #FADC7C

Tints of Golden Glow #FADC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

 BLUE value IS 124 (48.83% from 255) = 20.88%

R = 42.09%
G = 37.04%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FADC7C (or 0xFADC7C) is known color: Golden Glow. HEX triplet: FA, DC and 7C. RGB value is (250,220,124). Sum of RGB (Red+Green+Blue) = 250+220+124=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7C is #052383. Grayscale: #DADADA. Windows color (decimal): -336772 or 8183034. OLE color: 8183034.

HSL color Cylindrical-coordinate representation of color #FADC7C: hue angle of 45.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADC7C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 124 -
CMYK 0 0.12 0.50 0.02
HSL 45.71º 0.93% 0.73% -
HSV(B) 45.71º 0.5% 0.98% -
XYZ 68.66 72.97 29.53 -
YUV 218.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 250 220 124 0 0.12 0.50 0.02 45.71 0.93 0.73
Hex FA DC 7C 0 C 32 2 2E 5D 49
Octal 372 334 174 0 14 62 2 56 135 111
Binary 11111010 11011100 1111100 0 1100 110010 10 101110 1011101 1001001

Color Harmonies of #FADC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC7C

Black with #FADC7C

Text Example


Text Example

White with #FADC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC7C; }

 p { color: rgb(250,220,124); }

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

background-color css

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

 a { background-color: rgb(250,220,124); }

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

border-color css

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

 span { border-color: rgb(250,220,124); }

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