#F0D485

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

Shades of Buff #F0D485

Tints of Buff #F0D485

Color information

#F0D485 (or 0xF0D485) is unknown color: approx Buff. HEX triplet: F0, D4 and 85. RGB value is (240,212,133). Sum of RGB (Red+Green+Blue) = 240+212+133=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D485 is #0F2B7A. Grayscale: #D3D3D3. Windows color (decimal): -994171 or 8770800. OLE color: 8770800.

HSL color Cylindrical-coordinate representation of color #F0D485: hue angle of 44.3º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D485 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240212133-
CMYK00.120.450.06
HSL44.3º78.1%73.14%-
HSV(B)44.3º44.58%94.12%-
XYZ63.7167.3131.82-
YUV211.3783.78148.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=41.03%
G=36.24%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021213300.120.450.0644.378.173.14
HexF0D4850C2D62c4e49
Octal36032420501455654116111
Binary1111000011010100100001010110010110111010110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D485; }

 p { color: rgb(240,212,133); }

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

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

 a { background-color: rgb(240,212,133); }

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

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

 span { border-color: rgb(240,212,133); }

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