Html Css Color HEX #FCD688 Golden Glow

📋 copy color: '#FCD688'

red 252 ◦ green 214 ◦ blue 136

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

Shades of Golden Glow #FCD688

Tints of Golden Glow #FCD688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

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

R = 41.86%
G = 35.55%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCD688 (or 0xFCD688) is known color: Golden Glow. HEX triplet: FC, D6 and 88. RGB value is (252,214,136). Sum of RGB (Red+Green+Blue) = 252+214+136=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD688 is #032977. Grayscale: #D8D8D8. Windows color (decimal): -207224 or 8967932. OLE color: 8967932.

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

Color convert

RGB 252 214 136 -
CMYK 0 0.15 0.46 0.01
HSL 40.34º 0.95% 0.76% -
HSV(B) 40.34º 0.46% 0.99% -
XYZ 68.64 70.57 33.3 -
YUV 216.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 252 214 136 0 0.15 0.46 0.01 40.34 0.95 0.76
Hex FC D6 88 0 F 2E 1 28 5F 4C
Octal 374 326 210 0 17 56 1 50 137 114
Binary 11111100 11010110 10001000 0 1111 101110 1 101000 1011111 1001100

Color Harmonies of #FCD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD688

Black with #FCD688

Text Example


Text Example

White with #FCD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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