Html Css Color HEX #FEDC86 Golden Glow

📋 copy color: '#FEDC86'

red 254 ◦ green 220 ◦ blue 134

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

Shades of Golden Glow #FEDC86

Tints of Golden Glow #FEDC86

RGB

 RED value IS 254 (99.61% from 255) = 41.78%

 GREEN value IS 220 (86.33% from 255) = 36.18%

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

R = 41.78%
G = 36.18%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEDC86 (or 0xFEDC86) is known color: Golden Glow. HEX triplet: FE, DC and 86. RGB value is (254,220,134). Sum of RGB (Red+Green+Blue) = 254+220+134=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC86 is #012379. Grayscale: #DCDCDC. Windows color (decimal): -74618 or 8838398. OLE color: 8838398.

HSL color Cylindrical-coordinate representation of color #FEDC86: hue angle of 43º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEDC86 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 134 -
CMYK 0 0.13 0.47 0.00
HSL 43º 0.98% 0.76% -
HSV(B) 43º 0.47% 1% -
XYZ 70.77 73.98 33.1 -
YUV 220.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 254 220 134 0 0.13 0.47 0.00 43 0.98 0.76
Hex FE DC 86 0 D 2F 0 2B 62 4C
Octal 376 334 206 0 15 57 0 53 142 114
Binary 11111110 11011100 10000110 0 1101 101111 0 101011 1100010 1001100

Color Harmonies of #FEDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC86

Black with #FEDC86

Text Example


Text Example

White with #FEDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC86; }

 p { color: rgb(254,220,134); }

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

background-color css

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

 a { background-color: rgb(254,220,134); }

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

border-color css

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

 span { border-color: rgb(254,220,134); }

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