Html Css Color HEX #FCD584 Golden Glow

📋 copy color: '#FCD584'

red 252 ◦ green 213 ◦ blue 132

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

Shades of Golden Glow #FCD584

Tints of Golden Glow #FCD584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.68%

 BLUE value IS 132 (51.95% from 255) = 22.11%

R = 42.21%
G = 35.68%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCD584 (or 0xFCD584) is known color: Golden Glow. HEX triplet: FC, D5 and 84. RGB value is (252,213,132). Sum of RGB (Red+Green+Blue) = 252+213+132=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD584 is #032A7B. Grayscale: #D7D7D7. Windows color (decimal): -207484 or 8705532. OLE color: 8705532.

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

Color convert

RGB 252 213 132 -
CMYK 0 0.15 0.48 0.01
HSL 40.5º 0.95% 0.75% -
HSV(B) 40.5º 0.48% 0.99% -
XYZ 68.1 69.95 31.74 -
YUV 215.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 252 213 132 0 0.15 0.48 0.01 40.5 0.95 0.75
Hex FC D5 84 0 F 30 1 28 5F 4B
Octal 374 325 204 0 17 60 1 50 137 113
Binary 11111100 11010101 10000100 0 1111 110000 1 101000 1011111 1001011

Color Harmonies of #FCD584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD584

Black with #FCD584

Text Example


Text Example

White with #FCD584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD584; }

 p { color: rgb(252,213,132); }

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

background-color css

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

 a { background-color: rgb(252,213,132); }

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

border-color css

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

 span { border-color: rgb(252,213,132); }

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