Html Css Color HEX #FAD57A Golden Glow

📋 copy color: '#FAD57A'

red 250 ◦ green 213 ◦ blue 122

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

Shades of Golden Glow #FAD57A

Tints of Golden Glow #FAD57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 42.74%
G = 36.41%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAD57A (or 0xFAD57A) is known color: Golden Glow. HEX triplet: FA, D5 and 7A. RGB value is (250,213,122). Sum of RGB (Red+Green+Blue) = 250+213+122=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD57A is #052A85. Grayscale: #D6D6D6. Windows color (decimal): -338566 or 8050170. OLE color: 8050170.

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

Color convert

RGB 250 213 122 -
CMYK 0 0.15 0.51 0.02
HSL 42.66º 0.93% 0.73% -
HSV(B) 42.66º 0.51% 0.98% -
XYZ 66.73 69.32 28.27 -
YUV 213.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 250 213 122 0 0.15 0.51 0.02 42.66 0.93 0.73
Hex FA D5 7A 0 F 33 2 2B 5D 49
Octal 372 325 172 0 17 63 2 53 135 111
Binary 11111010 11010101 1111010 0 1111 110011 10 101011 1011101 1001001

Color Harmonies of #FAD57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD57A

Black with #FAD57A

Text Example


Text Example

White with #FAD57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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