Html Css Color HEX #FDDF80 Golden Glow

📋 copy color: '#FDDF80'

red 253 ◦ green 223 ◦ blue 128

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

Shades of Golden Glow #FDDF80

Tints of Golden Glow #FDDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

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

R = 41.89%
G = 36.92%
B = 21.19%

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

#FDDF80 (or 0xFDDF80) is known color: Golden Glow. HEX triplet: FD, DF and 80. RGB value is (253,223,128). Sum of RGB (Red+Green+Blue) = 253+223+128=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF80 is #02207F. Grayscale: #DDDDDD. Windows color (decimal): -139392 or 8445949. OLE color: 8445949.

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

Color convert

RGB 253 223 128 -
CMYK 0 0.12 0.49 0.01
HSL 45.6º 0.97% 0.75% -
HSV(B) 45.6º 0.49% 0.99% -
XYZ 70.79 75.22 31.21 -
YUV 221.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 253 223 128 0 0.12 0.49 0.01 45.6 0.97 0.75
Hex FD DF 80 0 C 31 1 2E 61 4B
Octal 375 337 200 0 14 61 1 56 141 113
Binary 11111101 11011111 10000000 0 1100 110001 1 101110 1100001 1001011

Color Harmonies of #FDDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF80

Black with #FDDF80

Text Example


Text Example

White with #FDDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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