#FDE485

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

Shades of Buff #FDE485

Tints of Buff #FDE485

Color information

#FDE485 (or 0xFDE485) is unknown color: approx Buff. HEX triplet: FD, E4 and 85. RGB value is (253,228,133). Sum of RGB (Red+Green+Blue) = 253+228+133=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE485 is #021B7A. Grayscale: #E1E1E1. Windows color (decimal): -138107 or 8774909. OLE color: 8774909.

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

Color convert

RGB253228133-
CMYK00.100.470.01
HSL47.5º96.77%75.69%-
HSV(B)47.5º47.43%99.22%-
XYZ72.4978.0633.44-
YUV224.6476.28148.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 133 (52.34% from 255) = 21.66%
R=41.21%
G=37.13%
B=21.66%

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
Decimal25322813300.100.470.0147.596.7775.69
HexFDE4850A2F130614c
Octal37534420501257160141114
Binary11111101111001001000010101010101111111000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE485; }

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

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

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

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

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

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

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

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