Html Css Color HEX #F6E286 Buff

📋 copy color: '#F6E286'

red 246 ◦ green 226 ◦ blue 134

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

Shades of Buff #F6E286

Tints of Buff #F6E286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.29%

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

R = 40.59%
G = 37.29%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6E286 (or 0xF6E286) is known color: Buff. HEX triplet: F6, E2 and 86. RGB value is (246,226,134). Sum of RGB (Red+Green+Blue) = 246+226+134=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E286 is #091D79. Grayscale: #DDDDDD. Windows color (decimal): -597370 or 8839926. OLE color: 8839926.

HSL color Cylindrical-coordinate representation of color #F6E286: hue angle of 49.29º 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 #F6E286 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 226 134 -
CMYK 0 0.08 0.46 0.04
HSL 49.29º 0.86% 0.75% -
HSV(B) 49.29º 0.46% 0.96% -
XYZ 69.51 75.71 33.5 -
YUV 221.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 246 226 134 0 0.08 0.46 0.04 49.29 0.86 0.75
Hex F6 E2 86 0 8 2E 4 31 56 4B
Octal 366 342 206 0 10 56 4 61 126 113
Binary 11110110 11100010 10000110 0 1000 101110 100 110001 1010110 1001011

Color Harmonies of #F6E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E286

Black with #F6E286

Text Example


Text Example

White with #F6E286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E286; }

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

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

background-color css

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

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

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

border-color css

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

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

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