#F0DC7C

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

Shades of Buff #F0DC7C

Tints of Buff #F0DC7C

Color information

#F0DC7C (or 0xF0DC7C) is unknown color: approx Buff. HEX triplet: F0, DC and 7C. RGB value is (240,220,124). Sum of RGB (Red+Green+Blue) = 240+220+124=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC7C is #0F2383. Grayscale: #D7D7D7. Windows color (decimal): -992132 or 8183024. OLE color: 8183024.

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

Color convert

RGB240220124-
CMYK00.080.480.06
HSL49.66º79.45%71.37%-
HSV(B)49.66º48.33%94.12%-
XYZ65.1771.1729.37-
YUV215.0476.63145.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 124 (48.83% from 255) = 21.23%
R=41.10%
G=37.67%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022012400.080.480.0649.6679.4571.37
HexF0DC7C08306324f47
Octal36033417401060662117107
Binary111100001101110011111000100011000011011001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC7C; }

 p { color: rgb(240,220,124); }

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

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

 a { background-color: rgb(240,220,124); }

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

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

 span { border-color: rgb(240,220,124); }

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