Html Css Color HEX #FADC7D Golden Glow

📋 copy color: '#FADC7D'

red 250 ◦ green 220 ◦ blue 125

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

Shades of Golden Glow #FADC7D

Tints of Golden Glow #FADC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.01%

R = 42.02%
G = 36.97%
B = 21.01%

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

#FADC7D (or 0xFADC7D) is known color: Golden Glow. HEX triplet: FA, DC and 7D. RGB value is (250,220,125). Sum of RGB (Red+Green+Blue) = 250+220+125=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC7D is #052382. Grayscale: #DADADA. Windows color (decimal): -336771 or 8248570. OLE color: 8248570.

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

Color convert

RGB 250 220 125 -
CMYK 0 0.12 0.50 0.02
HSL 45.6º 0.93% 0.74% -
HSV(B) 45.6º 0.5% 0.98% -
XYZ 68.72 72.99 29.87 -
YUV 218.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 250 220 125 0 0.12 0.50 0.02 45.6 0.93 0.74
Hex FA DC 7D 0 C 32 2 2E 5D 4A
Octal 372 334 175 0 14 62 2 56 135 112
Binary 11111010 11011100 1111101 0 1100 110010 10 101110 1011101 1001010

Color Harmonies of #FADC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC7D

Black with #FADC7D

Text Example


Text Example

White with #FADC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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