Html Css Color HEX #F6D98C Buff

📋 copy color: '#F6D98C'

red 246 ◦ green 217 ◦ blue 140

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

Shades of Buff #F6D98C

Tints of Buff #F6D98C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 40.8%
G = 35.99%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6D98C (or 0xF6D98C) is known color: Buff. HEX triplet: F6, D9 and 8C. RGB value is (246,217,140). Sum of RGB (Red+Green+Blue) = 246+217+140=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D98C is #092673. Grayscale: #D9D9D9. Windows color (decimal): -599668 or 9230838. OLE color: 9230838.

HSL color Cylindrical-coordinate representation of color #F6D98C: hue angle of 43.58º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6D98C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 217 140 -
CMYK 0 0.12 0.43 0.04
HSL 43.58º 0.85% 0.76% -
HSV(B) 43.58º 0.43% 0.96% -
XYZ 67.55 71.11 34.98 -
YUV 216.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 246 217 140 0 0.12 0.43 0.04 43.58 0.85 0.76
Hex F6 D9 8C 0 C 2B 4 2C 55 4C
Octal 366 331 214 0 14 53 4 54 125 114
Binary 11110110 11011001 10001100 0 1100 101011 100 101100 1010101 1001100

Color Harmonies of #F6D98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D98C

Black with #F6D98C

Text Example


Text Example

White with #F6D98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D98C; }

 p { color: rgb(246,217,140); }

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

background-color css

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

 a { background-color: rgb(246,217,140); }

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

border-color css

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

 span { border-color: rgb(246,217,140); }

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