#FADD88

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

Shades of Golden Glow #FADD88

Tints of Golden Glow #FADD88

Color information

#FADD88 (or 0xFADD88) is unknown color: approx Golden Glow. HEX triplet: FA, DD and 88. RGB value is (250,221,136). Sum of RGB (Red+Green+Blue) = 250+221+136=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD88 is #052277. Grayscale: #DCDCDC. Windows color (decimal): -336504 or 8969722. OLE color: 8969722.

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

Color convert

RGB250221136-
CMYK00.120.460.02
HSL44.74º91.94%75.69%-
HSV(B)44.74º45.6%98.04%-
XYZ69.7273.8133.87-
YUV219.9880.61149.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 136 (53.52% from 255) = 22.41%
R=41.19%
G=36.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022113600.120.460.0244.7491.9475.69
HexFADD880C2E22d5c4c
Octal37233521001456255134114
Binary111110101101110110001000011001011101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD88; }

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

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

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

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

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

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

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

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