Html Css Color HEX #F6DC86 Buff

📋 copy color: '#F6DC86'

red 246 ◦ green 220 ◦ blue 134

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

Shades of Buff #F6DC86

Tints of Buff #F6DC86

RGB

 RED value IS 246 (96.48% from 255) = 41%

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 134 (52.73% from 255) = 22.33%

R = 41%
G = 36.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6DC86 (or 0xF6DC86) is known color: Buff. HEX triplet: F6, DC and 86. RGB value is (246,220,134). Sum of RGB (Red+Green+Blue) = 246+220+134=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC86 is #092379. Grayscale: #DADADA. Windows color (decimal): -598906 or 8838390. OLE color: 8838390.

HSL color Cylindrical-coordinate representation of color #F6DC86: hue angle of 46.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6DC86 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 134 -
CMYK 0 0.11 0.46 0.04
HSL 46.07º 0.86% 0.75% -
HSV(B) 46.07º 0.46% 0.96% -
XYZ 67.9 72.5 32.97 -
YUV 217.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 246 220 134 0 0.11 0.46 0.04 46.07 0.86 0.75
Hex F6 DC 86 0 B 2E 4 2E 56 4B
Octal 366 334 206 0 13 56 4 56 126 113
Binary 11110110 11011100 10000110 0 1011 101110 100 101110 1010110 1001011

Color Harmonies of #F6DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC86

Black with #F6DC86

Text Example


Text Example

White with #F6DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC86; }

 p { color: rgb(246,220,134); }

 H1.HeaderClassName
 {
   color: #F6DC86;
 }
 .AnyTagClassName
 {
   color: #F6DC86;
 }
</style>

background-color css

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

 a { background-color: rgb(246,220,134); }

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

border-color css

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

 span { border-color: rgb(246,220,134); }

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