Html Css Color HEX #F0D987 Buff

📋 copy color: '#F0D987'

red 240 ◦ green 217 ◦ blue 135

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

Shades of Buff #F0D987

Tints of Buff #F0D987

RGB

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

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

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

R = 40.54%
G = 36.66%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F0D987 (or 0xF0D987) is known color: Buff. HEX triplet: F0, D9 and 87. RGB value is (240,217,135). Sum of RGB (Red+Green+Blue) = 240+217+135=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D987 is #0F2678. Grayscale: #D6D6D6. Windows color (decimal): -992889 or 8903152. OLE color: 8903152.

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

Color convert

RGB 240 217 135 -
CMYK 0 0.10 0.44 0.06
HSL 46.86º 0.78% 0.74% -
HSV(B) 46.86º 0.44% 0.94% -
XYZ 65.12 69.9 32.98 -
YUV 214.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 240 217 135 0 0.10 0.44 0.06 46.86 0.78 0.74
Hex F0 D9 87 0 A 2C 6 2F 4E 4A
Octal 360 331 207 0 12 54 6 57 116 112
Binary 11110000 11011001 10000111 0 1010 101100 110 101111 1001110 1001010

Color Harmonies of #F0D987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D987

Black with #F0D987

Text Example


Text Example

White with #F0D987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D987; }

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

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

background-color css

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

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

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

border-color css

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

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

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