#FCDB8B

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

Shades of Golden Glow #FCDB8B

Tints of Golden Glow #FCDB8B

Color information

#FCDB8B (or 0xFCDB8B) is unknown color: approx Golden Glow. HEX triplet: FC, DB and 8B. RGB value is (252,219,139). Sum of RGB (Red+Green+Blue) = 252+219+139=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8B is #032474. Grayscale: #DCDCDC. Windows color (decimal): -205941 or 9165820. OLE color: 9165820.

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

Color convert

RGB252219139-
CMYK00.130.450.01
HSL42.48º94.96%76.67%-
HSV(B)42.48º44.84%98.82%-
XYZ70.1473.2234.86-
YUV219.7582.43151-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 139 (54.69% from 255) = 22.79%
R=41.31%
G=35.90%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221913900.130.450.0142.4894.9676.67
HexFCDB8B0D2D12a5f4d
Octal37433321301555152137115
Binary11111100110110111000101101101101101110101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB8B; }

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

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

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

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

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

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

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

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