Html Css Color HEX #F0DC89 Buff

📋 copy color: '#F0DC89'

red 240 ◦ green 220 ◦ blue 137

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

Shades of Buff #F0DC89

Tints of Buff #F0DC89

RGB

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

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

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

R = 40.2%
G = 36.85%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F0DC89 (or 0xF0DC89) is known color: Buff. HEX triplet: F0, DC and 89. RGB value is (240,220,137). Sum of RGB (Red+Green+Blue) = 240+220+137=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC89 is #0F2376. Grayscale: #D8D8D8. Windows color (decimal): -992119 or 9034992. OLE color: 9034992.

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

Color convert

RGB 240 220 137 -
CMYK 0 0.08 0.43 0.06
HSL 48.35º 0.77% 0.74% -
HSV(B) 48.35º 0.43% 0.94% -
XYZ 66.04 71.52 33.99 -
YUV 216.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 240 220 137 0 0.08 0.43 0.06 48.35 0.77 0.74
Hex F0 DC 89 0 8 2B 6 30 4D 4A
Octal 360 334 211 0 10 53 6 60 115 112
Binary 11110000 11011100 10001001 0 1000 101011 110 110000 1001101 1001010

Color Harmonies of #F0DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC89

Black with #F0DC89

Text Example


Text Example

White with #F0DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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