Html Css Color HEX #FDDF81 Golden Glow

📋 copy color: '#FDDF81'

red 253 ◦ green 223 ◦ blue 129

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

Shades of Golden Glow #FDDF81

Tints of Golden Glow #FDDF81

RGB

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

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

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

R = 41.82%
G = 36.86%
B = 21.32%

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

#FDDF81 (or 0xFDDF81) is known color: Golden Glow. HEX triplet: FD, DF and 81. RGB value is (253,223,129). Sum of RGB (Red+Green+Blue) = 253+223+129=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF81 is #02207E. Grayscale: #DDDDDD. Windows color (decimal): -139391 or 8511485. OLE color: 8511485.

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

Color convert

RGB 253 223 129 -
CMYK 0 0.12 0.49 0.01
HSL 45.48º 0.97% 0.75% -
HSV(B) 45.48º 0.49% 0.99% -
XYZ 70.86 75.24 31.56 -
YUV 221.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 253 223 129 0 0.12 0.49 0.01 45.48 0.97 0.75
Hex FD DF 81 0 C 31 1 2D 61 4B
Octal 375 337 201 0 14 61 1 55 141 113
Binary 11111101 11011111 10000001 0 1100 110001 1 101101 1100001 1001011

Color Harmonies of #FDDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF81

Black with #FDDF81

Text Example


Text Example

White with #FDDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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