Html Css Color HEX #FCD484 Golden Glow

📋 copy color: '#FCD484'

red 252 ◦ green 212 ◦ blue 132

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

Shades of Golden Glow #FCD484

Tints of Golden Glow #FCD484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.57%

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

R = 42.28%
G = 35.57%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCD484 (or 0xFCD484) is known color: Golden Glow. HEX triplet: FC, D4 and 84. RGB value is (252,212,132). Sum of RGB (Red+Green+Blue) = 252+212+132=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD484 is #032B7B. Grayscale: #D7D7D7. Windows color (decimal): -207740 or 8705276. OLE color: 8705276.

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

Color convert

RGB 252 212 132 -
CMYK 0 0.16 0.48 0.01
HSL 40º 0.95% 0.75% -
HSV(B) 40º 0.48% 0.99% -
XYZ 67.85 69.45 31.66 -
YUV 214.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 252 212 132 0 0.16 0.48 0.01 40 0.95 0.75
Hex FC D4 84 0 10 30 1 28 5F 4B
Octal 374 324 204 0 20 60 1 50 137 113
Binary 11111100 11010100 10000100 0 10000 110000 1 101000 1011111 1001011

Color Harmonies of #FCD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD484

Black with #FCD484

Text Example


Text Example

White with #FCD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD484; }

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

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

background-color css

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

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

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

border-color css

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

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

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