#FDE486

Color #FDE486 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #FDE486

Tints of Buff #FDE486

Color information

#FDE486 (or 0xFDE486) is unknown color: approx Buff. HEX triplet: FD, E4 and 86. RGB value is (253,228,134). Sum of RGB (Red+Green+Blue) = 253+228+134=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE486 is #021B79. Grayscale: #E1E1E1. Windows color (decimal): -138106 or 8840445. OLE color: 8840445.

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

Color convert

RGB253228134-
CMYK00.100.470.01
HSL47.39º96.75%75.88%-
HSV(B)47.39º47.04%99.22%-
XYZ72.5578.0933.8-
YUV224.7676.78148.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 134 (52.73% from 255) = 21.79%
R=41.14%
G=37.07%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322813400.100.470.0147.3996.7575.88
HexFDE4860A2F12f614c
Octal37534420601257157141114
Binary11111101111001001000011001010101111110111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE486; }

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

 H1.HeaderClassName
 {
   color: #FDE486;
 }
 .AnyTagClassName
 {
   color: #FDE486;
 }
</style>
background-color css

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

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

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

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

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

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