Html Css Color HEX #FCE186 Golden Glow

📋 copy color: '#FCE186'

red 252 ◦ green 225 ◦ blue 134

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

Shades of Golden Glow #FCE186

Tints of Golden Glow #FCE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

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

R = 41.24%
G = 36.82%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE186 (or 0xFCE186) is known color: Golden Glow. HEX triplet: FC, E1 and 86. RGB value is (252,225,134). Sum of RGB (Red+Green+Blue) = 252+225+134=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE186 is #031E79. Grayscale: #DFDFDF. Windows color (decimal): -204410 or 8839676. OLE color: 8839676.

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

Color convert

RGB 252 225 134 -
CMYK 0 0.11 0.47 0.01
HSL 46.27º 0.95% 0.76% -
HSV(B) 46.27º 0.47% 0.99% -
XYZ 71.37 76.27 33.51 -
YUV 222.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 252 225 134 0 0.11 0.47 0.01 46.27 0.95 0.76
Hex FC E1 86 0 B 2F 1 2E 5F 4C
Octal 374 341 206 0 13 57 1 56 137 114
Binary 11111100 11100001 10000110 0 1011 101111 1 101110 1011111 1001100

Color Harmonies of #FCE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE186

Black with #FCE186

Text Example


Text Example

White with #FCE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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