Html Css Color HEX #FCD780 Golden Glow

📋 copy color: '#FCD780'

red 252 ◦ green 215 ◦ blue 128

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

Shades of Golden Glow #FCD780

Tints of Golden Glow #FCD780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.51%

R = 42.35%
G = 36.13%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCD780 (or 0xFCD780) is known color: Golden Glow. HEX triplet: FC, D7 and 80. RGB value is (252,215,128). Sum of RGB (Red+Green+Blue) = 252+215+128=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD780 is #03287F. Grayscale: #D8D8D8. Windows color (decimal): -206976 or 8443900. OLE color: 8443900.

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

Color convert

RGB 252 215 128 -
CMYK 0 0.15 0.49 0.01
HSL 42.1º 0.95% 0.75% -
HSV(B) 42.1º 0.49% 0.99% -
XYZ 68.34 70.85 30.5 -
YUV 216.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 252 215 128 0 0.15 0.49 0.01 42.1 0.95 0.75
Hex FC D7 80 0 F 31 1 2A 5F 4B
Octal 374 327 200 0 17 61 1 52 137 113
Binary 11111100 11010111 10000000 0 1111 110001 1 101010 1011111 1001011

Color Harmonies of #FCD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD780

Black with #FCD780

Text Example


Text Example

White with #FCD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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