Html Css Color HEX #FDE082 Golden Glow

📋 copy color: '#FDE082'

red 253 ◦ green 224 ◦ blue 130

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

Shades of Golden Glow #FDE082

Tints of Golden Glow #FDE082

RGB

 RED value IS 253 (99.22% from 255) = 41.68%

 GREEN value IS 224 (87.89% from 255) = 36.9%

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

R = 41.68%
G = 36.9%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDE082 (or 0xFDE082) is known color: Golden Glow. HEX triplet: FD, E0 and 82. RGB value is (253,224,130). Sum of RGB (Red+Green+Blue) = 253+224+130=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE082 is #021F7D. Grayscale: #DEDEDE. Windows color (decimal): -139134 or 8577277. OLE color: 8577277.

HSL color Cylindrical-coordinate representation of color #FDE082: hue angle of 45.85º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDE082 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 130 -
CMYK 0 0.11 0.49 0.01
HSL 45.85º 0.97% 0.75% -
HSV(B) 45.85º 0.49% 0.99% -
XYZ 71.19 75.81 32 -
YUV 221.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 253 224 130 0 0.11 0.49 0.01 45.85 0.97 0.75
Hex FD E0 82 0 B 31 1 2E 61 4B
Octal 375 340 202 0 13 61 1 56 141 113
Binary 11111101 11100000 10000010 0 1011 110001 1 101110 1100001 1001011

Color Harmonies of #FDE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE082

Black with #FDE082

Text Example


Text Example

White with #FDE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE082; }

 p { color: rgb(253,224,130); }

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

background-color css

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

 a { background-color: rgb(253,224,130); }

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

border-color css

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

 span { border-color: rgb(253,224,130); }

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