Html Css Color HEX #FCD77C Golden Glow

📋 copy color: '#FCD77C'

red 252 ◦ green 215 ◦ blue 124

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

Shades of Golden Glow #FCD77C

Tints of Golden Glow #FCD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 124 (48.83% from 255) = 20.98%

R = 42.64%
G = 36.38%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD77C (or 0xFCD77C) is known color: Golden Glow. HEX triplet: FC, D7 and 7C. RGB value is (252,215,124). Sum of RGB (Red+Green+Blue) = 252+215+124=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD77C is #032883. Grayscale: #D8D8D8. Windows color (decimal): -206980 or 8181756. OLE color: 8181756.

HSL color Cylindrical-coordinate representation of color #FCD77C: hue angle of 42.66º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCD77C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 215 124 -
CMYK 0 0.15 0.51 0.01
HSL 42.66º 0.96% 0.74% -
HSV(B) 42.66º 0.51% 0.99% -
XYZ 68.08 70.75 29.14 -
YUV 215.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 252 215 124 0 0.15 0.51 0.01 42.66 0.96 0.74
Hex FC D7 7C 0 F 33 1 2B 60 4A
Octal 374 327 174 0 17 63 1 53 140 112
Binary 11111100 11010111 1111100 0 1111 110011 1 101011 1100000 1001010

Color Harmonies of #FCD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD77C

Black with #FCD77C

Text Example


Text Example

White with #FCD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD77C; }

 p { color: rgb(252,215,124); }

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

background-color css

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

 a { background-color: rgb(252,215,124); }

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

border-color css

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

 span { border-color: rgb(252,215,124); }

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