Html Css Color HEX #FCD680 Golden Glow

📋 copy color: '#FCD680'

red 252 ◦ green 214 ◦ blue 128

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

Shades of Golden Glow #FCD680

Tints of Golden Glow #FCD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

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

R = 42.42%
G = 36.03%
B = 21.55%

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

#FCD680 (or 0xFCD680) is known color: Golden Glow. HEX triplet: FC, D6 and 80. RGB value is (252,214,128). Sum of RGB (Red+Green+Blue) = 252+214+128=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD680 is #03297F. Grayscale: #D7D7D7. Windows color (decimal): -207232 or 8443644. OLE color: 8443644.

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

Color convert

RGB 252 214 128 -
CMYK 0 0.15 0.49 0.01
HSL 41.61º 0.95% 0.75% -
HSV(B) 41.61º 0.49% 0.99% -
XYZ 68.09 70.35 30.41 -
YUV 215.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 252 214 128 0 0.15 0.49 0.01 41.61 0.95 0.75
Hex FC D6 80 0 F 31 1 2A 5F 4B
Octal 374 326 200 0 17 61 1 52 137 113
Binary 11111100 11010110 10000000 0 1111 110001 1 101010 1011111 1001011

Color Harmonies of #FCD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD680

Black with #FCD680

Text Example


Text Example

White with #FCD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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