Html Css Color HEX #FED88C Golden Glow

📋 copy color: '#FED88C'

red 254 ◦ green 216 ◦ blue 140

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

Shades of Golden Glow #FED88C

Tints of Golden Glow #FED88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.95%

R = 41.64%
G = 35.41%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FED88C (or 0xFED88C) is known color: Golden Glow. HEX triplet: FE, D8 and 8C. RGB value is (254,216,140). Sum of RGB (Red+Green+Blue) = 254+216+140=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FED88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED88C is #012773. Grayscale: #DBDBDB. Windows color (decimal): -75636 or 9230590. OLE color: 9230590.

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

Color convert

RGB 254 216 140 -
CMYK 0 0.15 0.45 0.00
HSL 40º 0.98% 0.77% -
HSV(B) 40º 0.45% 1% -
XYZ 70.16 72.08 35.03 -
YUV 218.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 254 216 140 0 0.15 0.45 0.00 40 0.98 0.77
Hex FE D8 8C 0 F 2D 0 28 62 4D
Octal 376 330 214 0 17 55 0 50 142 115
Binary 11111110 11011000 10001100 0 1111 101101 0 101000 1100010 1001101

Color Harmonies of #FED88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED88C

Black with #FED88C

Text Example


Text Example

White with #FED88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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