#FAD37D

Color #FAD37D Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FAD37D

Tints of Golden Glow #FAD37D

Color information

#FAD37D (or 0xFAD37D) is unknown color: approx Golden Glow. HEX triplet: FA, D3 and 7D. RGB value is (250,211,125). Sum of RGB (Red+Green+Blue) = 250+211+125=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37D is #052C82. Grayscale: #D5D5D5. Windows color (decimal): -339075 or 8246266. OLE color: 8246266.

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

Color convert

RGB250211125-
CMYK00.160.500.02
HSL41.28º92.59%73.53%-
HSV(B)41.28º50%98.04%-
XYZ66.4268.3929.1-
YUV212.8678.42154.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 125 (49.22% from 255) = 21.33%
R=42.66%
G=36.01%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021112500.160.500.0241.2892.5973.53
HexFAD37D010322295d4a
Octal37232317502062251135112
Binary111110101101001111111010100001100101010100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD37D; }

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

 H1.HeaderClassName
 {
   color: #FAD37D;
 }
 .AnyTagClassName
 {
   color: #FAD37D;
 }
</style>
background-color css

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

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

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

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

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

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