Html Css Color HEX #F6DF80 Buff

📋 copy color: '#F6DF80'

red 246 ◦ green 223 ◦ blue 128

#F6DF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #F6DF80

Tints of Buff #F6DF80

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 value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6DF80 (or 0xF6DF80) is known color: 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

RGB 246 223 128 -
CMYK 0 0.09 0.48 0.04
HSL 48.31º 0.87% 0.73% -
HSV(B) 48.31º 0.48% 0.96% -
XYZ 68.29 73.93 31.09 -
YUV 219.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 246 223 128 0 0.09 0.48 0.04 48.31 0.87 0.73
Hex F6 DF 80 0 9 30 4 30 57 49
Octal 366 337 200 0 11 60 4 60 127 111
Binary 11110110 11011111 10000000 0 1001 110000 100 110000 1010111 1001001

Color Harmonies of #F6DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DF80

Black with #F6DF80

Text Example


Text Example

White with #F6DF80

Text Example


Text Example

HTML Codes & Css Web 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>