Html Css Color HEX #F0DC87 Buff

📋 copy color: '#F0DC87'

red 240 ◦ green 220 ◦ blue 135

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

Shades of Buff #F0DC87

Tints of Buff #F0DC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.69%

R = 40.34%
G = 36.97%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0DC87 (or 0xF0DC87) is known color: Buff. HEX triplet: F0, DC and 87. RGB value is (240,220,135). Sum of RGB (Red+Green+Blue) = 240+220+135=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC87 is #0F2378. Grayscale: #D8D8D8. Windows color (decimal): -992121 or 8903920. OLE color: 8903920.

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

Color convert

RGB 240 220 135 -
CMYK 0 0.08 0.44 0.06
HSL 48.57º 0.78% 0.74% -
HSV(B) 48.57º 0.44% 0.94% -
XYZ 65.9 71.46 33.24 -
YUV 216.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 240 220 135 0 0.08 0.44 0.06 48.57 0.78 0.74
Hex F0 DC 87 0 8 2C 6 31 4E 4A
Octal 360 334 207 0 10 54 6 61 116 112
Binary 11110000 11011100 10000111 0 1000 101100 110 110001 1001110 1001010

Color Harmonies of #F0DC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC87

Black with #F0DC87

Text Example


Text Example

White with #F0DC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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