Html Css Color HEX #FEDC88 Golden Glow

📋 copy color: '#FEDC88'

red 254 ◦ green 220 ◦ blue 136

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

Shades of Golden Glow #FEDC88

Tints of Golden Glow #FEDC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.3%

R = 41.64%
G = 36.07%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEDC88 (or 0xFEDC88) is known color: Golden Glow. HEX triplet: FE, DC and 88. RGB value is (254,220,136). Sum of RGB (Red+Green+Blue) = 254+220+136=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC88 is #012377. Grayscale: #DCDCDC. Windows color (decimal): -74616 or 8969470. OLE color: 8969470.

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

Color convert

RGB 254 220 136 -
CMYK 0 0.13 0.46 0.00
HSL 42.71º 0.98% 0.76% -
HSV(B) 42.71º 0.46% 1% -
XYZ 70.91 74.03 33.85 -
YUV 220.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 254 220 136 0 0.13 0.46 0.00 42.71 0.98 0.76
Hex FE DC 88 0 D 2E 0 2B 62 4C
Octal 376 334 210 0 15 56 0 53 142 114
Binary 11111110 11011100 10001000 0 1101 101110 0 101011 1100010 1001100

Color Harmonies of #FEDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC88

Black with #FEDC88

Text Example


Text Example

White with #FEDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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