Html Css Color HEX #F0D98C Buff

📋 copy color: '#F0D98C'

red 240 ◦ green 217 ◦ blue 140

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

Shades of Buff #F0D98C

Tints of Buff #F0D98C

RGB

 RED value IS 240 (94.14% from 255) = 40.2%

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

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

R = 40.2%
G = 36.35%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0D98C (or 0xF0D98C) is known color: Buff. HEX triplet: F0, D9 and 8C. RGB value is (240,217,140). Sum of RGB (Red+Green+Blue) = 240+217+140=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D98C is #0F2673. Grayscale: #D7D7D7. Windows color (decimal): -992884 or 9230832. OLE color: 9230832.

HSL color Cylindrical-coordinate representation of color #F0D98C: hue angle of 46.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D98C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 140 -
CMYK 0 0.10 0.42 0.06
HSL 46.2º 0.77% 0.75% -
HSV(B) 46.2º 0.42% 0.94% -
XYZ 65.48 70.04 34.88 -
YUV 215.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 240 217 140 0 0.10 0.42 0.06 46.2 0.77 0.75
Hex F0 D9 8C 0 A 2A 6 2E 4D 4B
Octal 360 331 214 0 12 52 6 56 115 113
Binary 11110000 11011001 10001100 0 1010 101010 110 101110 1001101 1001011

Color Harmonies of #F0D98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D98C

Black with #F0D98C

Text Example


Text Example

White with #F0D98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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