#FCDA81

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

Shades of Golden Glow #FCDA81

Tints of Golden Glow #FCDA81

Color information

#FCDA81 (or 0xFCDA81) is unknown color: approx Golden Glow. HEX triplet: FC, DA and 81. RGB value is (252,218,129). Sum of RGB (Red+Green+Blue) = 252+218+129=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA81 is #03257E. Grayscale: #DADADA. Windows color (decimal): -206207 or 8510204. OLE color: 8510204.

HSL color Cylindrical-coordinate representation of color #FCDA81: hue angle of 43.41º 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 #FCDA81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252218129-
CMYK00.130.490.01
HSL43.41º95.35%74.71%-
HSV(B)43.41º48.81%98.82%-
XYZ69.1872.4231.1-
YUV218.0277.76152.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 129 (50.78% from 255) = 21.54%
R=42.07%
G=36.39%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221812900.130.490.0143.4195.3574.71
HexFCDA810D3112b5f4b
Octal37433220101561153137113
Binary11111100110110101000000101101110001110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA81; }

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

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

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

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

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

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

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

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