Html Css Color HEX #FAD47D Golden Glow

📋 copy color: '#FAD47D'

red 250 ◦ green 212 ◦ blue 125

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

Shades of Golden Glow #FAD47D

Tints of Golden Glow #FAD47D

RGB

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

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

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

R = 42.59%
G = 36.12%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAD47D (or 0xFAD47D) is known color: Golden Glow. HEX triplet: FA, D4 and 7D. RGB value is (250,212,125). Sum of RGB (Red+Green+Blue) = 250+212+125=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD47D is #052B82. Grayscale: #D5D5D5. Windows color (decimal): -338819 or 8246522. OLE color: 8246522.

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

Color convert

RGB 250 212 125 -
CMYK 0 0.15 0.50 0.02
HSL 41.76º 0.93% 0.74% -
HSV(B) 41.76º 0.5% 0.98% -
XYZ 66.67 68.89 29.19 -
YUV 213.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 250 212 125 0 0.15 0.50 0.02 41.76 0.93 0.74
Hex FA D4 7D 0 F 32 2 2A 5D 4A
Octal 372 324 175 0 17 62 2 52 135 112
Binary 11111010 11010100 1111101 0 1111 110010 10 101010 1011101 1001010

Color Harmonies of #FAD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD47D

Black with #FAD47D

Text Example


Text Example

White with #FAD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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