Html Css Color HEX #FAD37F Golden Glow

📋 copy color: '#FAD37F'

red 250 ◦ green 211 ◦ blue 127

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

Shades of Golden Glow #FAD37F

Tints of Golden Glow #FAD37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.88%

 BLUE value IS 127 (50% from 255) = 21.6%

R = 42.52%
G = 35.88%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAD37F (or 0xFAD37F) is known color: Golden Glow. HEX triplet: FA, D3 and 7F. RGB value is (250,211,127). Sum of RGB (Red+Green+Blue) = 250+211+127=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37F is #052C80. Grayscale: #D5D5D5. Windows color (decimal): -339073 or 8377338. OLE color: 8377338.

HSL color Cylindrical-coordinate representation of color #FAD37F: hue angle of 40.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAD37F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 127 -
CMYK 0 0.16 0.49 0.02
HSL 40.98º 0.92% 0.74% -
HSV(B) 40.98º 0.49% 0.98% -
XYZ 66.55 68.44 29.78 -
YUV 213.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 250 211 127 0 0.16 0.49 0.02 40.98 0.92 0.74
Hex FA D3 7F 0 10 31 2 29 5C 4A
Octal 372 323 177 0 20 61 2 51 134 112
Binary 11111010 11010011 1111111 0 10000 110001 10 101001 1011100 1001010

Color Harmonies of #FAD37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD37F

Black with #FAD37F

Text Example


Text Example

White with #FAD37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD37F; }

 p { color: rgb(250,211,127); }

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

background-color css

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

 a { background-color: rgb(250,211,127); }

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

border-color css

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

 span { border-color: rgb(250,211,127); }

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