Html Css Color HEX #FCD880 Golden Glow

📋 copy color: '#FCD880'

red 252 ◦ green 216 ◦ blue 128

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

Shades of Golden Glow #FCD880

Tints of Golden Glow #FCD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 42.28%
G = 36.24%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCD880 (or 0xFCD880) is known color: Golden Glow. HEX triplet: FC, D8 and 80. RGB value is (252,216,128). Sum of RGB (Red+Green+Blue) = 252+216+128=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD880 is #03277F. Grayscale: #D9D9D9. Windows color (decimal): -206720 or 8444156. OLE color: 8444156.

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

Color convert

RGB 252 216 128 -
CMYK 0 0.14 0.49 0.01
HSL 42.58º 0.95% 0.75% -
HSV(B) 42.58º 0.49% 0.99% -
XYZ 68.6 71.37 30.58 -
YUV 216.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 252 216 128 0 0.14 0.49 0.01 42.58 0.95 0.75
Hex FC D8 80 0 E 31 1 2B 5F 4B
Octal 374 330 200 0 16 61 1 53 137 113
Binary 11111100 11011000 10000000 0 1110 110001 1 101011 1011111 1001011

Color Harmonies of #FCD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD880

Black with #FCD880

Text Example


Text Example

White with #FCD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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