Html Css Color HEX #FCE080 Golden Glow

📋 copy color: '#FCE080'

red 252 ◦ green 224 ◦ blue 128

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

Shades of Golden Glow #FCE080

Tints of Golden Glow #FCE080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.19%

R = 41.72%
G = 37.09%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCE080 (or 0xFCE080) is known color: Golden Glow. HEX triplet: FC, E0 and 80. RGB value is (252,224,128). Sum of RGB (Red+Green+Blue) = 252+224+128=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE080 is #031F7F. Grayscale: #DDDDDD. Windows color (decimal): -204672 or 8446204. OLE color: 8446204.

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

Color convert

RGB 252 224 128 -
CMYK 0 0.11 0.49 0.01
HSL 46.45º 0.95% 0.75% -
HSV(B) 46.45º 0.49% 0.99% -
XYZ 70.7 75.57 31.28 -
YUV 221.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 252 224 128 0 0.11 0.49 0.01 46.45 0.95 0.75
Hex FC E0 80 0 B 31 1 2E 5F 4B
Octal 374 340 200 0 13 61 1 56 137 113
Binary 11111100 11100000 10000000 0 1011 110001 1 101110 1011111 1001011

Color Harmonies of #FCE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE080

Black with #FCE080

Text Example


Text Example

White with #FCE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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