Html Css Color HEX #FCD98D Golden Glow

📋 copy color: '#FCD98D'

red 252 ◦ green 217 ◦ blue 141

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

Shades of Golden Glow #FCD98D

Tints of Golden Glow #FCD98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.11%

R = 41.31%
G = 35.57%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCD98D (or 0xFCD98D) is known color: Golden Glow. HEX triplet: FC, D9 and 8D. RGB value is (252,217,141). Sum of RGB (Red+Green+Blue) = 252+217+141=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD98D is #032672. Grayscale: #DBDBDB. Windows color (decimal): -206451 or 9296380. OLE color: 9296380.

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

Color convert

RGB 252 217 141 -
CMYK 0 0.14 0.44 0.01
HSL 41.08º 0.95% 0.77% -
HSV(B) 41.08º 0.44% 0.99% -
XYZ 69.77 72.24 35.47 -
YUV 218.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 252 217 141 0 0.14 0.44 0.01 41.08 0.95 0.77
Hex FC D9 8D 0 E 2C 1 29 5F 4D
Octal 374 331 215 0 16 54 1 51 137 115
Binary 11111100 11011001 10001101 0 1110 101100 1 101001 1011111 1001101

Color Harmonies of #FCD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD98D

Black with #FCD98D

Text Example


Text Example

White with #FCD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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