#F6DF80

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

Shades of Buff #F6DF80

Tints of Buff #F6DF80

Color information

#F6DF80 (or 0xF6DF80) is unknown color: approx Buff. HEX triplet: F6, DF and 80. RGB value is (246,223,128). Sum of RGB (Red+Green+Blue) = 246+223+128=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DF80 is #09207F. Grayscale: #DBDBDB. Windows color (decimal): -598144 or 8445942. OLE color: 8445942.

HSL color Cylindrical-coordinate representation of color #F6DF80: hue angle of 48.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6DF80 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246223128-
CMYK00.090.480.04
HSL48.31º86.76%73.33%-
HSV(B)48.31º47.97%96.47%-
XYZ68.2973.9331.09-
YUV219.0576.62147.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=41.21%
G=37.35%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622312800.090.480.0448.3186.7673.33
HexF6DF8009304305749
Octal36633720001160460127111
Binary1111011011011111100000000100111000010011000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DF80; }

 p { color: rgb(246,223,128); }

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

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

 a { background-color: rgb(246,223,128); }

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

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

 span { border-color: rgb(246,223,128); }

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