#FCD883

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

Shades of Golden Glow #FCD883

Tints of Golden Glow #FCD883

Color information

#FCD883 (or 0xFCD883) is unknown color: approx Golden Glow. HEX triplet: FC, D8 and 83. RGB value is (252,216,131). Sum of RGB (Red+Green+Blue) = 252+216+131=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD883 is #03277C. Grayscale: #D9D9D9. Windows color (decimal): -206717 or 8640764. OLE color: 8640764.

HSL color Cylindrical-coordinate representation of color #FCD883: hue angle of 42.15º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCD883 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252216131-
CMYK00.140.480.01
HSL42.15º95.28%75.1%-
HSV(B)42.15º48.02%98.82%-
XYZ68.871.4531.64-
YUV217.0779.43152.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 131 (51.56% from 255) = 21.87%
R=42.07%
G=36.06%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221613100.140.480.0142.1595.2875.1
HexFCD8830E3012a5f4b
Octal37433020301660152137113
Binary11111100110110001000001101110110000110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD883; }

 p { color: rgb(252,216,131); }

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

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

 a { background-color: rgb(252,216,131); }

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

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

 span { border-color: rgb(252,216,131); }

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