Html Css Color HEX #FEDC87 Golden Glow

📋 copy color: '#FEDC87'

red 254 ◦ green 220 ◦ blue 135

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

Shades of Golden Glow #FEDC87

Tints of Golden Glow #FEDC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.17%

R = 41.71%
G = 36.12%
B = 22.17%

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

#FEDC87 (or 0xFEDC87) is known color: Golden Glow. HEX triplet: FE, DC and 87. RGB value is (254,220,135). Sum of RGB (Red+Green+Blue) = 254+220+135=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 135 (53.12% from 255 or 22.17% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC87 is #012378. Grayscale: #DCDCDC. Windows color (decimal): -74617 or 8903934. OLE color: 8903934.

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

Color convert

RGB 254 220 135 -
CMYK 0 0.13 0.47 0.00
HSL 42.86º 0.98% 0.76% -
HSV(B) 42.86º 0.47% 1% -
XYZ 70.84 74.01 33.47 -
YUV 220.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 254 220 135 0 0.13 0.47 0.00 42.86 0.98 0.76
Hex FE DC 87 0 D 2F 0 2B 62 4C
Octal 376 334 207 0 15 57 0 53 142 114
Binary 11111110 11011100 10000111 0 1101 101111 0 101011 1100010 1001100

Color Harmonies of #FEDC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC87

Black with #FEDC87

Text Example


Text Example

White with #FEDC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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