#F0D780

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

Shades of Buff #F0D780

Tints of Buff #F0D780

Color information

#F0D780 (or 0xF0D780) is unknown color: approx Buff. HEX triplet: F0, D7 and 80. RGB value is (240,215,128). Sum of RGB (Red+Green+Blue) = 240+215+128=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D780 is #0F287F. Grayscale: #D4D4D4. Windows color (decimal): -993408 or 8443888. OLE color: 8443888.

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

Color convert

RGB240215128-
CMYK00.100.470.06
HSL46.61º78.87%72.16%-
HSV(B)46.61º46.67%94.12%-
XYZ64.1368.6830.3-
YUV212.5680.28147.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=41.17%
G=36.88%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021512800.100.470.0646.6178.8772.16
HexF0D7800A2F62f4f48
Octal36032720001257657117110
Binary1111000011010111100000000101010111111010111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D780; }

 p { color: rgb(240,215,128); }

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

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

 a { background-color: rgb(240,215,128); }

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

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

 span { border-color: rgb(240,215,128); }

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