Html Css Color HEX #FDD486 Golden Glow

📋 copy color: '#FDD486'

red 253 ◦ green 212 ◦ blue 134

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

Shades of Golden Glow #FDD486

Tints of Golden Glow #FDD486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.39%

 BLUE value IS 134 (52.73% from 255) = 22.37%

R = 42.24%
G = 35.39%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD486 (or 0xFDD486) is known color: Golden Glow. HEX triplet: FD, D4 and 86. RGB value is (253,212,134). Sum of RGB (Red+Green+Blue) = 253+212+134=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD486 is #022B79. Grayscale: #D7D7D7. Windows color (decimal): -142202 or 8836349. OLE color: 8836349.

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

Color convert

RGB 253 212 134 -
CMYK 0 0.16 0.47 0.01
HSL 39.33º 0.97% 0.76% -
HSV(B) 39.33º 0.47% 0.99% -
XYZ 68.35 69.69 32.4 -
YUV 215.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 253 212 134 0 0.16 0.47 0.01 39.33 0.97 0.76
Hex FD D4 86 0 10 2F 1 27 61 4C
Octal 375 324 206 0 20 57 1 47 141 114
Binary 11111101 11010100 10000110 0 10000 101111 1 100111 1100001 1001100

Color Harmonies of #FDD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD486

Black with #FDD486

Text Example


Text Example

White with #FDD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD486; }

 p { color: rgb(253,212,134); }

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

background-color css

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

 a { background-color: rgb(253,212,134); }

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

border-color css

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

 span { border-color: rgb(253,212,134); }

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