Html Css Color HEX #FCD98A Golden Glow

📋 copy color: '#FCD98A'

red 252 ◦ green 217 ◦ blue 138

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

Shades of Golden Glow #FCD98A

Tints of Golden Glow #FCD98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.73%

R = 41.52%
G = 35.75%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD98A (or 0xFCD98A) is known color: Golden Glow. HEX triplet: FC, D9 and 8A. RGB value is (252,217,138). Sum of RGB (Red+Green+Blue) = 252+217+138=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD98A is #032675. Grayscale: #DADADA. Windows color (decimal): -206454 or 9099772. OLE color: 9099772.

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

Color convert

RGB 252 217 138 -
CMYK 0 0.14 0.45 0.01
HSL 41.58º 0.95% 0.76% -
HSV(B) 41.58º 0.45% 0.99% -
XYZ 69.55 72.16 34.31 -
YUV 218.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 252 217 138 0 0.14 0.45 0.01 41.58 0.95 0.76
Hex FC D9 8A 0 E 2D 1 2A 5F 4C
Octal 374 331 212 0 16 55 1 52 137 114
Binary 11111100 11011001 10001010 0 1110 101101 1 101010 1011111 1001100

Color Harmonies of #FCD98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD98A

Black with #FCD98A

Text Example


Text Example

White with #FCD98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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