#F0D986

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

Shades of Buff #F0D986

Tints of Buff #F0D986

Color information

#F0D986 (or 0xF0D986) is unknown color: approx Buff. HEX triplet: F0, D9 and 86. RGB value is (240,217,134). Sum of RGB (Red+Green+Blue) = 240+217+134=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D986 is #0F2679. Grayscale: #D6D6D6. Windows color (decimal): -992890 or 8837616. OLE color: 8837616.

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

Color convert

RGB240217134-
CMYK00.100.440.06
HSL46.98º77.94%73.33%-
HSV(B)46.98º44.17%94.12%-
XYZ65.0569.8732.61-
YUV214.4282.62146.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=40.61%
G=36.72%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021713400.100.440.0646.9877.9473.33
HexF0D9860A2C62f4e49
Octal36033120601254657116111
Binary1111000011011001100001100101010110011010111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D986; }

 p { color: rgb(240,217,134); }

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

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

 a { background-color: rgb(240,217,134); }

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

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

 span { border-color: rgb(240,217,134); }

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