#FCDB88

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

Shades of Golden Glow #FCDB88

Tints of Golden Glow #FCDB88

Color information

#FCDB88 (or 0xFCDB88) is unknown color: approx Golden Glow. HEX triplet: FC, DB and 88. RGB value is (252,219,136). Sum of RGB (Red+Green+Blue) = 252+219+136=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB88 is #032477. Grayscale: #DBDBDB. Windows color (decimal): -205944 or 8969212. OLE color: 8969212.

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

Color convert

RGB252219136-
CMYK00.130.460.01
HSL42.93º95.08%76.08%-
HSV(B)42.93º46.03%98.82%-
XYZ69.9273.1433.72-
YUV219.480.93151.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 136 (53.52% from 255) = 22.41%
R=41.52%
G=36.08%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221913600.130.460.0142.9395.0876.08
HexFCDB880D2E12b5f4c
Octal37433321001556153137114
Binary11111100110110111000100001101101110110101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB88; }

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

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

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

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

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

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

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

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