Html Css Color HEX #FDD981 Golden Glow

📋 copy color: '#FDD981'

red 253 ◦ green 217 ◦ blue 129

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

Shades of Golden Glow #FDD981

Tints of Golden Glow #FDD981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

 BLUE value IS 129 (50.78% from 255) = 21.54%

R = 42.24%
G = 36.23%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD981 (or 0xFDD981) is known color: Golden Glow. HEX triplet: FD, D9 and 81. RGB value is (253,217,129). Sum of RGB (Red+Green+Blue) = 253+217+129=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD981 is #02267E. Grayscale: #DADADA. Windows color (decimal): -140927 or 8509949. OLE color: 8509949.

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

Color convert

RGB 253 217 129 -
CMYK 0 0.14 0.49 0.01
HSL 42.58º 0.97% 0.75% -
HSV(B) 42.58º 0.49% 0.99% -
XYZ 69.28 72.09 31.03 -
YUV 217.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 253 217 129 0 0.14 0.49 0.01 42.58 0.97 0.75
Hex FD D9 81 0 E 31 1 2B 61 4B
Octal 375 331 201 0 16 61 1 53 141 113
Binary 11111101 11011001 10000001 0 1110 110001 1 101011 1100001 1001011

Color Harmonies of #FDD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD981

Black with #FDD981

Text Example


Text Example

White with #FDD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD981; }

 p { color: rgb(253,217,129); }

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

background-color css

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

 a { background-color: rgb(253,217,129); }

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

border-color css

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

 span { border-color: rgb(253,217,129); }

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