Html Css Color HEX #FCDC84 Golden Glow

📋 copy color: '#FCDC84'

red 252 ◦ green 220 ◦ blue 132

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

Shades of Golden Glow #FCDC84

Tints of Golden Glow #FCDC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 41.72%
G = 36.42%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCDC84 (or 0xFCDC84) is known color: Golden Glow. HEX triplet: FC, DC and 84. RGB value is (252,220,132). Sum of RGB (Red+Green+Blue) = 252+220+132=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDC84 is #03237B. Grayscale: #DBDBDB. Windows color (decimal): -205692 or 8707324. OLE color: 8707324.

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

Color convert

RGB 252 220 132 -
CMYK 0 0.13 0.48 0.01
HSL 44º 0.95% 0.75% -
HSV(B) 44º 0.48% 0.99% -
XYZ 69.9 73.55 32.34 -
YUV 219.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 252 220 132 0 0.13 0.48 0.01 44 0.95 0.75
Hex FC DC 84 0 D 30 1 2C 5F 4B
Octal 374 334 204 0 15 60 1 54 137 113
Binary 11111100 11011100 10000100 0 1101 110000 1 101100 1011111 1001011

Color Harmonies of #FCDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC84

Black with #FCDC84

Text Example


Text Example

White with #FCDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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