Html Css Color HEX #FDDB82 Golden Glow

📋 copy color: '#FDDB82'

red 253 ◦ green 219 ◦ blue 130

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

Shades of Golden Glow #FDDB82

Tints of Golden Glow #FDDB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 42.03%
G = 36.38%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDDB82 (or 0xFDDB82) is known color: Golden Glow. HEX triplet: FD, DB and 82. RGB value is (253,219,130). Sum of RGB (Red+Green+Blue) = 253+219+130=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB82 is #02247D. Grayscale: #DBDBDB. Windows color (decimal): -140414 or 8575997. OLE color: 8575997.

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

Color convert

RGB 253 219 130 -
CMYK 0 0.13 0.49 0.01
HSL 43.41º 0.97% 0.75% -
HSV(B) 43.41º 0.49% 0.99% -
XYZ 69.87 73.16 31.56 -
YUV 219.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 253 219 130 0 0.13 0.49 0.01 43.41 0.97 0.75
Hex FD DB 82 0 D 31 1 2B 61 4B
Octal 375 333 202 0 15 61 1 53 141 113
Binary 11111101 11011011 10000010 0 1101 110001 1 101011 1100001 1001011

Color Harmonies of #FDDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB82

Black with #FDDB82

Text Example


Text Example

White with #FDDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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