#F0D878

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

Shades of Buff #F0D878

Tints of Buff #F0D878

Color information

#F0D878 (or 0xF0D878) is unknown color: approx Buff. HEX triplet: F0, D8 and 78. RGB value is (240,216,120). Sum of RGB (Red+Green+Blue) = 240+216+120=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D878 is #0F2787. Grayscale: #D4D4D4. Windows color (decimal): -993160 or 7919856. OLE color: 7919856.

HSL color Cylindrical-coordinate representation of color #F0D878: hue angle of 48º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D878 is Cyan = 0, Magento = 0.1, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240216120-
CMYK00.10.50.06
HSL48º80%70.59%-
HSV(B)48º50%94.12%-
XYZ63.8868.9927.72-
YUV212.2375.95147.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 20.83%
R=41.67%
G=37.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021612000.10.50.06488070.59
HexF0D8780A326305047
Octal36033017001262660120107
Binary111100001101100011110000101011001011011000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D878; }

 p { color: rgb(240,216,120); }

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

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

 a { background-color: rgb(240,216,120); }

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

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

 span { border-color: rgb(240,216,120); }

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