Html Css Color HEX #FED884 Golden Glow

📋 copy color: '#FED884'

red 254 ◦ green 216 ◦ blue 132

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

Shades of Golden Glow #FED884

Tints of Golden Glow #FED884

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.88%

 BLUE value IS 132 (51.95% from 255) = 21.93%

R = 42.19%
G = 35.88%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FED884 (or 0xFED884) is known color: Golden Glow. HEX triplet: FE, D8 and 84. RGB value is (254,216,132). Sum of RGB (Red+Green+Blue) = 254+216+132=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED884 is #01277B. Grayscale: #DADADA. Windows color (decimal): -75644 or 8706302. OLE color: 8706302.

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

Color convert

RGB 254 216 132 -
CMYK 0 0.15 0.48 0.00
HSL 41.31º 0.98% 0.76% -
HSV(B) 41.31º 0.48% 1% -
XYZ 69.59 71.85 32.03 -
YUV 217.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 254 216 132 0 0.15 0.48 0.00 41.31 0.98 0.76
Hex FE D8 84 0 F 30 0 29 62 4C
Octal 376 330 204 0 17 60 0 51 142 114
Binary 11111110 11011000 10000100 0 1111 110000 0 101001 1100010 1001100

Color Harmonies of #FED884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED884

Black with #FED884

Text Example


Text Example

White with #FED884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED884; }

 p { color: rgb(254,216,132); }

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

background-color css

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

 a { background-color: rgb(254,216,132); }

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

border-color css

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

 span { border-color: rgb(254,216,132); }

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