Html Css Color HEX #FAD57D Golden Glow

📋 copy color: '#FAD57D'

red 250 ◦ green 213 ◦ blue 125

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

Shades of Golden Glow #FAD57D

Tints of Golden Glow #FAD57D

RGB

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

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

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

R = 42.52%
G = 36.22%
B = 21.26%

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

#FAD57D (or 0xFAD57D) is known color: Golden Glow. HEX triplet: FA, D5 and 7D. RGB value is (250,213,125). Sum of RGB (Red+Green+Blue) = 250+213+125=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD57D is #052A82. Grayscale: #D6D6D6. Windows color (decimal): -338563 or 8246778. OLE color: 8246778.

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

Color convert

RGB 250 213 125 -
CMYK 0 0.15 0.50 0.02
HSL 42.24º 0.93% 0.74% -
HSV(B) 42.24º 0.5% 0.98% -
XYZ 66.92 69.39 29.27 -
YUV 214.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 250 213 125 0 0.15 0.50 0.02 42.24 0.93 0.74
Hex FA D5 7D 0 F 32 2 2A 5D 4A
Octal 372 325 175 0 17 62 2 52 135 112
Binary 11111010 11010101 1111101 0 1111 110010 10 101010 1011101 1001010

Color Harmonies of #FAD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD57D

Black with #FAD57D

Text Example


Text Example

White with #FAD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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