#FCDB81

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

Shades of Golden Glow #FCDB81

Tints of Golden Glow #FCDB81

Color information

#FCDB81 (or 0xFCDB81) is unknown color: approx Golden Glow. HEX triplet: FC, DB and 81. RGB value is (252,219,129). Sum of RGB (Red+Green+Blue) = 252+219+129=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB81 is #03247E. Grayscale: #DADADA. Windows color (decimal): -205951 or 8510460. OLE color: 8510460.

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

Color convert

RGB252219129-
CMYK00.130.490.01
HSL43.9º95.35%74.71%-
HSV(B)43.9º48.81%98.82%-
XYZ69.4472.9431.19-
YUV218.6177.43151.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 129 (50.78% from 255) = 21.5%
R=42%
G=36.5%
B=21.5%

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
Decimal25221912900.130.490.0143.995.3574.71
HexFCDB810D3112c5f4b
Octal37433320101561154137113
Binary11111100110110111000000101101110001110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB81; }

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

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

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

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

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

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

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

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