Html Css Color HEX #FCD686 Golden Glow

📋 copy color: '#FCD686'

red 252 ◦ green 214 ◦ blue 134

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

Shades of Golden Glow #FCD686

Tints of Golden Glow #FCD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.67%

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

R = 42%
G = 35.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCD686 (or 0xFCD686) is known color: Golden Glow. HEX triplet: FC, D6 and 86. RGB value is (252,214,134). Sum of RGB (Red+Green+Blue) = 252+214+134=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD686 is #032979. Grayscale: #D8D8D8. Windows color (decimal): -207226 or 8836860. OLE color: 8836860.

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

Color convert

RGB 252 214 134 -
CMYK 0 0.15 0.47 0.01
HSL 40.68º 0.95% 0.76% -
HSV(B) 40.68º 0.47% 0.99% -
XYZ 68.49 70.51 32.55 -
YUV 216.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 252 214 134 0 0.15 0.47 0.01 40.68 0.95 0.76
Hex FC D6 86 0 F 2F 1 29 5F 4C
Octal 374 326 206 0 17 57 1 51 137 114
Binary 11111100 11010110 10000110 0 1111 101111 1 101001 1011111 1001100

Color Harmonies of #FCD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD686

Black with #FCD686

Text Example


Text Example

White with #FCD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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