Html Css Color HEX #FCD988 Golden Glow

📋 copy color: '#FCD988'

red 252 ◦ green 217 ◦ blue 136

#FCD988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FCD988

Tints of Golden Glow #FCD988

RGB

 RED value IS 252 (98.83% from 255) = 41.65%

 GREEN value IS 217 (85.16% from 255) = 35.87%

 BLUE value IS 136 (53.52% from 255) = 22.48%

R = 41.65%
G = 35.87%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCD988 (or 0xFCD988) is known color: Golden Glow. HEX triplet: FC, D9 and 88. RGB value is (252,217,136). Sum of RGB (Red+Green+Blue) = 252+217+136=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD988 is #032677. Grayscale: #DADADA. Windows color (decimal): -206456 or 8968700. OLE color: 8968700.

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

Color convert

RGB 252 217 136 -
CMYK 0 0.14 0.46 0.01
HSL 41.9º 0.95% 0.76% -
HSV(B) 41.9º 0.46% 0.99% -
XYZ 69.4 72.1 33.55 -
YUV 218.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 252 217 136 0 0.14 0.46 0.01 41.9 0.95 0.76
Hex FC D9 88 0 E 2E 1 2A 5F 4C
Octal 374 331 210 0 16 56 1 52 137 114
Binary 11111100 11011001 10001000 0 1110 101110 1 101010 1011111 1001100

Color Harmonies of #FCD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD988

Black with #FCD988

Text Example


Text Example

White with #FCD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD988; }

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

 H1.HeaderClassName
 {
   color: #FCD988;
 }
 .AnyTagClassName
 {
   color: #FCD988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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