Html Css Color HEX #FCD486 Golden Glow

📋 copy color: '#FCD486'

red 252 ◦ green 212 ◦ blue 134

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

Shades of Golden Glow #FCD486

Tints of Golden Glow #FCD486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.41%

R = 42.14%
G = 35.45%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD486 (or 0xFCD486) is known color: Golden Glow. HEX triplet: FC, D4 and 86. RGB value is (252,212,134). Sum of RGB (Red+Green+Blue) = 252+212+134=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD486 is #032B79. Grayscale: #D7D7D7. Windows color (decimal): -207738 or 8836348. OLE color: 8836348.

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

Color convert

RGB 252 212 134 -
CMYK 0 0.16 0.47 0.01
HSL 39.66º 0.95% 0.76% -
HSV(B) 39.66º 0.47% 0.99% -
XYZ 67.99 69.5 32.39 -
YUV 215.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 252 212 134 0 0.16 0.47 0.01 39.66 0.95 0.76
Hex FC D4 86 0 10 2F 1 28 5F 4C
Octal 374 324 206 0 20 57 1 50 137 114
Binary 11111100 11010100 10000110 0 10000 101111 1 101000 1011111 1001100

Color Harmonies of #FCD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD486

Black with #FCD486

Text Example


Text Example

White with #FCD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD486; }

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

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

background-color css

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

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

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

border-color css

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

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

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