#F0D984

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

Shades of Buff #F0D984

Tints of Buff #F0D984

Color information

#F0D984 (or 0xF0D984) is unknown color: approx Buff. HEX triplet: F0, D9 and 84. RGB value is (240,217,132). Sum of RGB (Red+Green+Blue) = 240+217+132=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D984 is #0F267B. Grayscale: #D6D6D6. Windows color (decimal): -992892 or 8706544. OLE color: 8706544.

HSL color Cylindrical-coordinate representation of color #F0D984: hue angle of 47.22º 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 #F0D984 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240217132-
CMYK00.100.450.06
HSL47.22º78.26%72.94%-
HSV(B)47.22º45%94.12%-
XYZ64.9169.8231.88-
YUV214.1981.62146.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=40.75%
G=36.84%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021713200.100.450.0647.2278.2672.94
HexF0D9840A2D62f4e49
Octal36033120401255657116111
Binary1111000011011001100001000101010110111010111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D984; }

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

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

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

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

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

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

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

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