Html Css Color HEX #F6DC89 Buff

📋 copy color: '#F6DC89'

red 246 ◦ green 220 ◦ blue 137

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

Shades of Buff #F6DC89

Tints of Buff #F6DC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 22.72%

R = 40.8%
G = 36.48%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F6DC89 (or 0xF6DC89) is known color: Buff. HEX triplet: F6, DC and 89. RGB value is (246,220,137). Sum of RGB (Red+Green+Blue) = 246+220+137=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 137 (53.91% from 255 or 22.72% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC89 is #092376. Grayscale: #DADADA. Windows color (decimal): -598903 or 9034998. OLE color: 9034998.

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

Color convert

RGB 246 220 137 -
CMYK 0 0.11 0.44 0.04
HSL 45.69º 0.86% 0.75% -
HSV(B) 45.69º 0.44% 0.96% -
XYZ 68.11 72.59 34.09 -
YUV 218.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 246 220 137 0 0.11 0.44 0.04 45.69 0.86 0.75
Hex F6 DC 89 0 B 2C 4 2E 56 4B
Octal 366 334 211 0 13 54 4 56 126 113
Binary 11110110 11011100 10001001 0 1011 101100 100 101110 1010110 1001011

Color Harmonies of #F6DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC89

Black with #F6DC89

Text Example


Text Example

White with #F6DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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