Html Css Color HEX #FDDE80 Golden Glow

📋 copy color: '#FDDE80'

red 253 ◦ green 222 ◦ blue 128

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

Shades of Golden Glow #FDDE80

Tints of Golden Glow #FDDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 128 (50.39% from 255) = 21.23%

R = 41.96%
G = 36.82%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDDE80 (or 0xFDDE80) is known color: Golden Glow. HEX triplet: FD, DE and 80. RGB value is (253,222,128). Sum of RGB (Red+Green+Blue) = 253+222+128=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE80 is #02217F. Grayscale: #DCDCDC. Windows color (decimal): -139648 or 8445693. OLE color: 8445693.

HSL color Cylindrical-coordinate representation of color #FDDE80: hue angle of 45.12º 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 #FDDE80 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 128 -
CMYK 0 0.12 0.49 0.01
HSL 45.12º 0.97% 0.75% -
HSV(B) 45.12º 0.49% 0.99% -
XYZ 70.53 74.68 31.12 -
YUV 220.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 253 222 128 0 0.12 0.49 0.01 45.12 0.97 0.75
Hex FD DE 80 0 C 31 1 2D 61 4B
Octal 375 336 200 0 14 61 1 55 141 113
Binary 11111101 11011110 10000000 0 1100 110001 1 101101 1100001 1001011

Color Harmonies of #FDDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE80

Black with #FDDE80

Text Example


Text Example

White with #FDDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE80; }

 p { color: rgb(253,222,128); }

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

background-color css

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

 a { background-color: rgb(253,222,128); }

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

border-color css

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

 span { border-color: rgb(253,222,128); }

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