#FAD983

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

Shades of Golden Glow #FAD983

Tints of Golden Glow #FAD983

Color information

#FAD983 (or 0xFAD983) is unknown color: approx Golden Glow. HEX triplet: FA, D9 and 83. RGB value is (250,217,131). Sum of RGB (Red+Green+Blue) = 250+217+131=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD983 is #05267C. Grayscale: #D9D9D9. Windows color (decimal): -337533 or 8641018. OLE color: 8641018.

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

Color convert

RGB250217131-
CMYK00.130.480.02
HSL43.36º92.25%74.71%-
HSV(B)43.36º47.6%98.04%-
XYZ68.3371.5931.69-
YUV217.0679.43151.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 131 (51.56% from 255) = 21.91%
R=41.81%
G=36.29%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021713100.130.480.0243.3692.2574.71
HexFAD9830D3022b5c4b
Octal37233120301560253134113
Binary111110101101100110000011011011100001010101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD983; }

 p { color: rgb(250,217,131); }

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

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

 a { background-color: rgb(250,217,131); }

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

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

 span { border-color: rgb(250,217,131); }

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