#FCD681

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

Shades of Golden Glow #FCD681

Tints of Golden Glow #FCD681

Color information

#FCD681 (or 0xFCD681) is unknown color: approx Golden Glow. HEX triplet: FC, D6 and 81. RGB value is (252,214,129). Sum of RGB (Red+Green+Blue) = 252+214+129=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD681 is #03297E. Grayscale: #D8D8D8. Windows color (decimal): -207231 or 8509180. OLE color: 8509180.

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

Color convert

RGB252214129-
CMYK00.150.490.01
HSL41.46º95.35%74.71%-
HSV(B)41.46º48.81%98.82%-
XYZ68.1570.3730.76-
YUV215.6779.09153.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=42.35%
G=35.97%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221412900.150.490.0141.4695.3574.71
HexFCD6810F311295f4b
Octal37432620101761151137113
Binary11111100110101101000000101111110001110100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD681; }

 p { color: rgb(252,214,129); }

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

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

 a { background-color: rgb(252,214,129); }

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

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

 span { border-color: rgb(252,214,129); }

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