Html Css Color HEX #FCD582 Golden Glow

📋 copy color: '#FCD582'

red 252 ◦ green 213 ◦ blue 130

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

Shades of Golden Glow #FCD582

Tints of Golden Glow #FCD582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.85%

R = 42.35%
G = 35.8%
B = 21.85%

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

#FCD582 (or 0xFCD582) is known color: Golden Glow. HEX triplet: FC, D5 and 82. RGB value is (252,213,130). Sum of RGB (Red+Green+Blue) = 252+213+130=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD582 is #032A7D. Grayscale: #D7D7D7. Windows color (decimal): -207486 or 8574460. OLE color: 8574460.

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

Color convert

RGB 252 213 130 -
CMYK 0 0.15 0.48 0.01
HSL 40.82º 0.95% 0.75% -
HSV(B) 40.82º 0.48% 0.99% -
XYZ 67.97 69.9 31.03 -
YUV 215.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 252 213 130 0 0.15 0.48 0.01 40.82 0.95 0.75
Hex FC D5 82 0 F 30 1 29 5F 4B
Octal 374 325 202 0 17 60 1 51 137 113
Binary 11111100 11010101 10000010 0 1111 110000 1 101001 1011111 1001011

Color Harmonies of #FCD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD582

Black with #FCD582

Text Example


Text Example

White with #FCD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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