Html Css Color HEX #FDDE85 Golden Glow

📋 copy color: '#FDDE85'

red 253 ◦ green 222 ◦ blue 133

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

Shades of Golden Glow #FDDE85

Tints of Golden Glow #FDDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

 BLUE value IS 133 (52.34% from 255) = 21.88%

R = 41.61%
G = 36.51%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDDE85 (or 0xFDDE85) is known color: Golden Glow. HEX triplet: FD, DE and 85. RGB value is (253,222,133). Sum of RGB (Red+Green+Blue) = 253+222+133=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE85 is #02217A. Grayscale: #DDDDDD. Windows color (decimal): -139643 or 8773373. OLE color: 8773373.

HSL color Cylindrical-coordinate representation of color #FDDE85: hue angle of 44.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDDE85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 133 -
CMYK 0 0.12 0.47 0.01
HSL 44.5º 0.97% 0.76% -
HSV(B) 44.5º 0.47% 0.99% -
XYZ 70.86 74.82 32.9 -
YUV 221.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 253 222 133 0 0.12 0.47 0.01 44.5 0.97 0.76
Hex FD DE 85 0 C 2F 1 2C 61 4C
Octal 375 336 205 0 14 57 1 54 141 114
Binary 11111101 11011110 10000101 0 1100 101111 1 101100 1100001 1001100

Color Harmonies of #FDDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE85

Black with #FDDE85

Text Example


Text Example

White with #FDDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE85; }

 p { color: rgb(253,222,133); }

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

background-color css

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

 a { background-color: rgb(253,222,133); }

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

border-color css

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

 span { border-color: rgb(253,222,133); }

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