#FADD83

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

Shades of Golden Glow #FADD83

Tints of Golden Glow #FADD83

Color information

#FADD83 (or 0xFADD83) is unknown color: approx Golden Glow. HEX triplet: FA, DD and 83. RGB value is (250,221,131). Sum of RGB (Red+Green+Blue) = 250+221+131=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD83 is #05227C. Grayscale: #DBDBDB. Windows color (decimal): -336509 or 8642042. OLE color: 8642042.

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

Color convert

RGB250221131-
CMYK00.120.480.02
HSL45.38º92.25%74.71%-
HSV(B)45.38º47.6%98.04%-
XYZ69.3873.6832.04-
YUV219.4178.11149.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 131 (51.56% from 255) = 21.76%
R=41.53%
G=36.71%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022113100.120.480.0245.3892.2574.71
HexFADD830C3022d5c4b
Octal37233520301460255134113
Binary111110101101110110000011011001100001010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD83; }

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

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

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

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

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

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

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

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