Html Css Color HEX #F0D886 Buff

📋 copy color: '#F0D886'

red 240 ◦ green 216 ◦ blue 134

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

Shades of Buff #F0D886

Tints of Buff #F0D886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

 BLUE value IS 134 (52.73% from 255) = 22.71%

R = 40.68%
G = 36.61%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0D886 (or 0xF0D886) is known color: Buff. HEX triplet: F0, D8 and 86. RGB value is (240,216,134). Sum of RGB (Red+Green+Blue) = 240+216+134=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D886 is #0F2779. Grayscale: #D6D6D6. Windows color (decimal): -993146 or 8837360. OLE color: 8837360.

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

Color convert

RGB 240 216 134 -
CMYK 0 0.1 0.44 0.06
HSL 46.42º 0.78% 0.73% -
HSV(B) 46.42º 0.44% 0.94% -
XYZ 64.79 69.36 32.53 -
YUV 213.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 240 216 134 0 0.1 0.44 0.06 46.42 0.78 0.73
Hex F0 D8 86 0 A 2C 6 2E 4E 49
Octal 360 330 206 0 12 54 6 56 116 111
Binary 11110000 11011000 10000110 0 1010 101100 110 101110 1001110 1001001

Color Harmonies of #F0D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D886

Black with #F0D886

Text Example


Text Example

White with #F0D886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D886; }

 p { color: rgb(240,216,134); }

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

background-color css

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

 a { background-color: rgb(240,216,134); }

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

border-color css

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

 span { border-color: rgb(240,216,134); }

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