Html Css Color HEX #FED984 Golden Glow

📋 copy color: '#FED984'

red 254 ◦ green 217 ◦ blue 132

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

Shades of Golden Glow #FED984

Tints of Golden Glow #FED984

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

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

R = 42.12%
G = 35.99%
B = 21.89%

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

#FED984 (or 0xFED984) is known color: Golden Glow. HEX triplet: FE, D9 and 84. RGB value is (254,217,132). Sum of RGB (Red+Green+Blue) = 254+217+132=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 132 (51.95% from 255 or 21.89% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED984 is #01267B. Grayscale: #DADADA. Windows color (decimal): -75388 or 8706558. OLE color: 8706558.

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

Color convert

RGB 254 217 132 -
CMYK 0 0.15 0.48 0.00
HSL 41.8º 0.98% 0.76% -
HSV(B) 41.8º 0.48% 1% -
XYZ 69.85 72.36 32.12 -
YUV 218.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 254 217 132 0 0.15 0.48 0.00 41.8 0.98 0.76
Hex FE D9 84 0 F 30 0 2A 62 4C
Octal 376 331 204 0 17 60 0 52 142 114
Binary 11111110 11011001 10000100 0 1111 110000 0 101010 1100010 1001100

Color Harmonies of #FED984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED984

Black with #FED984

Text Example


Text Example

White with #FED984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED984; }

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

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

background-color css

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

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

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

border-color css

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

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

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