Html Css Color HEX #FCE086 Golden Glow

📋 copy color: '#FCE086'

red 252 ◦ green 224 ◦ blue 134

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

Shades of Golden Glow #FCE086

Tints of Golden Glow #FCE086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.72%

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

R = 41.31%
G = 36.72%
B = 21.97%

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

#FCE086 (or 0xFCE086) is known color: Golden Glow. HEX triplet: FC, E0 and 86. RGB value is (252,224,134). Sum of RGB (Red+Green+Blue) = 252+224+134=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE086 is #031F79. Grayscale: #DEDEDE. Windows color (decimal): -204666 or 8839420. OLE color: 8839420.

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

Color convert

RGB 252 224 134 -
CMYK 0 0.11 0.47 0.01
HSL 45.76º 0.95% 0.76% -
HSV(B) 45.76º 0.47% 0.99% -
XYZ 71.1 75.73 33.42 -
YUV 222.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 252 224 134 0 0.11 0.47 0.01 45.76 0.95 0.76
Hex FC E0 86 0 B 2F 1 2E 5F 4C
Octal 374 340 206 0 13 57 1 56 137 114
Binary 11111100 11100000 10000110 0 1011 101111 1 101110 1011111 1001100

Color Harmonies of #FCE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE086

Black with #FCE086

Text Example


Text Example

White with #FCE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE086; }

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

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

background-color css

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

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

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

border-color css

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

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

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