Html Css Color HEX #FDDB80 Golden Glow

📋 copy color: '#FDDB80'

red 253 ◦ green 219 ◦ blue 128

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

Shades of Golden Glow #FDDB80

Tints of Golden Glow #FDDB80

RGB

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

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

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

R = 42.17%
G = 36.5%
B = 21.33%

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

#FDDB80 (or 0xFDDB80) is known color: Golden Glow. HEX triplet: FD, DB and 80. RGB value is (253,219,128). Sum of RGB (Red+Green+Blue) = 253+219+128=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB80 is #02247F. Grayscale: #DBDBDB. Windows color (decimal): -140416 or 8444925. OLE color: 8444925.

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

Color convert

RGB 253 219 128 -
CMYK 0 0.13 0.49 0.01
HSL 43.68º 0.97% 0.75% -
HSV(B) 43.68º 0.49% 0.99% -
XYZ 69.74 73.1 30.86 -
YUV 218.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 253 219 128 0 0.13 0.49 0.01 43.68 0.97 0.75
Hex FD DB 80 0 D 31 1 2C 61 4B
Octal 375 333 200 0 15 61 1 54 141 113
Binary 11111101 11011011 10000000 0 1101 110001 1 101100 1100001 1001011

Color Harmonies of #FDDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB80

Black with #FDDB80

Text Example


Text Example

White with #FDDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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