Html Css Color HEX #FED988 Golden Glow

📋 copy color: '#FED988'

red 254 ◦ green 217 ◦ blue 136

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

Shades of Golden Glow #FED988

Tints of Golden Glow #FED988

RGB

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

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

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

R = 41.85%
G = 35.75%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FED988 (or 0xFED988) is known color: Golden Glow. HEX triplet: FE, D9 and 88. RGB value is (254,217,136). Sum of RGB (Red+Green+Blue) = 254+217+136=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED988 is #012677. Grayscale: #DBDBDB. Windows color (decimal): -75384 or 8968702. OLE color: 8968702.

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

Color convert

RGB 254 217 136 -
CMYK 0 0.15 0.46 0.00
HSL 41.19º 0.98% 0.76% -
HSV(B) 41.19º 0.46% 1% -
XYZ 70.13 72.47 33.59 -
YUV 218.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 254 217 136 0 0.15 0.46 0.00 41.19 0.98 0.76
Hex FE D9 88 0 F 2E 0 29 62 4C
Octal 376 331 210 0 17 56 0 51 142 114
Binary 11111110 11011001 10001000 0 1111 101110 0 101001 1100010 1001100

Color Harmonies of #FED988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED988

Black with #FED988

Text Example


Text Example

White with #FED988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED988; }

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

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

background-color css

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

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

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

border-color css

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

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

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