Html Css Color HEX #F9DC9E Buttermilk

📋 copy color: '#F9DC9E'

red 249 ◦ green 220 ◦ blue 158

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

Shades of Buttermilk #F9DC9E

Tints of Buttermilk #F9DC9E

RGB

 RED value IS 249 (97.66% from 255) = 39.71%

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

 BLUE value IS 158 (62.11% from 255) = 25.2%

R = 39.71%
G = 35.09%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9DC9E (or 0xF9DC9E) is known color: Buttermilk. HEX triplet: F9, DC and 9E. RGB value is (249,220,158). Sum of RGB (Red+Green+Blue) = 249+220+158=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC9E is #062361. Grayscale: #DDDDDD. Windows color (decimal): -402274 or 10411257. OLE color: 10411257.

HSL color Cylindrical-coordinate representation of color #F9DC9E: hue angle of 40.88º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9DC9E is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 158 -
CMYK 0 0.12 0.37 0.02
HSL 40.88º 0.88% 0.8% -
HSV(B) 40.88º 0.37% 0.98% -
XYZ 70.83 73.79 42.86 -
YUV 221.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 249 220 158 0 0.12 0.37 0.02 40.88 0.88 0.8
Hex F9 DC 9E 0 C 25 2 29 58 50
Octal 371 334 236 0 14 45 2 51 130 120
Binary 11111001 11011100 10011110 0 1100 100101 10 101001 1011000 1010000

Color Harmonies of #F9DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC9E

Black with #F9DC9E

Text Example


Text Example

White with #F9DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC9E; }

 p { color: rgb(249,220,158); }

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

background-color css

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

 a { background-color: rgb(249,220,158); }

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

border-color css

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

 span { border-color: rgb(249,220,158); }

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