#F0D987

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

Shades of Buff #F0D987

Tints of Buff #F0D987

Color information

#F0D987 (or 0xF0D987) is unknown color: approx Buff. HEX triplet: F0, D9 and 87. RGB value is (240,217,135). Sum of RGB (Red+Green+Blue) = 240+217+135=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D987 is #0F2678. Grayscale: #D6D6D6. Windows color (decimal): -992889 or 8903152. OLE color: 8903152.

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

Color convert

RGB240217135-
CMYK00.100.440.06
HSL46.86º77.78%73.53%-
HSV(B)46.86º43.75%94.12%-
XYZ65.1269.932.98-
YUV214.5383.12146.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 135 (53.12% from 255) = 22.80%
R=40.54%
G=36.66%
B=22.80%

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
Decimal24021713500.100.440.0646.8677.7873.53
HexF0D9870A2C62f4e4a
Octal36033120701254657116112
Binary1111000011011001100001110101010110011010111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D987; }

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

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

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

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

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

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

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

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