Html Css Color HEX #FDE286 Golden Glow

📋 copy color: '#FDE286'

red 253 ◦ green 226 ◦ blue 134

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

Shades of Golden Glow #FDE286

Tints of Golden Glow #FDE286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

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

R = 41.27%
G = 36.87%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDE286 (or 0xFDE286) is known color: Golden Glow. HEX triplet: FD, E2 and 86. RGB value is (253,226,134). Sum of RGB (Red+Green+Blue) = 253+226+134=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE286 is #021D79. Grayscale: #DFDFDF. Windows color (decimal): -138618 or 8839933. OLE color: 8839933.

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

Color convert

RGB 253 226 134 -
CMYK 0 0.11 0.47 0.01
HSL 46.39º 0.97% 0.76% -
HSV(B) 46.39º 0.47% 0.99% -
XYZ 72.01 77 33.62 -
YUV 223.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 253 226 134 0 0.11 0.47 0.01 46.39 0.97 0.76
Hex FD E2 86 0 B 2F 1 2E 61 4C
Octal 375 342 206 0 13 57 1 56 141 114
Binary 11111101 11100010 10000110 0 1011 101111 1 101110 1100001 1001100

Color Harmonies of #FDE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE286

Black with #FDE286

Text Example


Text Example

White with #FDE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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