Html Css Color HEX #F0DE87 Buff

📋 copy color: '#F0DE87'

red 240 ◦ green 222 ◦ blue 135

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

Shades of Buff #F0DE87

Tints of Buff #F0DE87

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

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

R = 40.2%
G = 37.19%
B = 22.61%

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

#F0DE87 (or 0xF0DE87) is known color: Buff. HEX triplet: F0, DE and 87. RGB value is (240,222,135). Sum of RGB (Red+Green+Blue) = 240+222+135=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE87 is #0F2178. Grayscale: #D9D9D9. Windows color (decimal): -991609 or 8904432. OLE color: 8904432.

HSL color Cylindrical-coordinate representation of color #F0DE87: hue angle of 49.71º 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 #F0DE87 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 135 -
CMYK 0 0.08 0.44 0.06
HSL 49.71º 0.78% 0.74% -
HSV(B) 49.71º 0.44% 0.94% -
XYZ 66.43 72.52 33.42 -
YUV 217.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 240 222 135 0 0.08 0.44 0.06 49.71 0.78 0.74
Hex F0 DE 87 0 8 2C 6 32 4E 4A
Octal 360 336 207 0 10 54 6 62 116 112
Binary 11110000 11011110 10000111 0 1000 101100 110 110010 1001110 1001010

Color Harmonies of #F0DE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE87

Black with #F0DE87

Text Example


Text Example

White with #F0DE87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE87; }

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

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

background-color css

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

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

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

border-color css

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

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

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