Html Css Color HEX #FEDD82 Golden Glow

📋 copy color: '#FEDD82'

red 254 ◦ green 221 ◦ blue 130

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

Shades of Golden Glow #FEDD82

Tints of Golden Glow #FEDD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 130 (51.17% from 255) = 21.49%

R = 41.98%
G = 36.53%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEDD82 (or 0xFEDD82) is known color: Golden Glow. HEX triplet: FE, DD and 82. RGB value is (254,221,130). Sum of RGB (Red+Green+Blue) = 254+221+130=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD82 is #01227D. Grayscale: #DCDCDC. Windows color (decimal): -74366 or 8576510. OLE color: 8576510.

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

Color convert

RGB 254 221 130 -
CMYK 0 0.13 0.49 0.00
HSL 44.03º 0.98% 0.75% -
HSV(B) 44.03º 0.49% 1% -
XYZ 70.76 74.4 31.75 -
YUV 220.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 254 221 130 0 0.13 0.49 0.00 44.03 0.98 0.75
Hex FE DD 82 0 D 31 0 2C 62 4B
Octal 376 335 202 0 15 61 0 54 142 113
Binary 11111110 11011101 10000010 0 1101 110001 0 101100 1100010 1001011

Color Harmonies of #FEDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD82

Black with #FEDD82

Text Example


Text Example

White with #FEDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD82; }

 p { color: rgb(254,221,130); }

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

background-color css

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

 a { background-color: rgb(254,221,130); }

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

border-color css

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

 span { border-color: rgb(254,221,130); }

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