Html Css Color HEX #F0D985 Buff

📋 copy color: '#F0D985'

red 240 ◦ green 217 ◦ blue 133

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

Shades of Buff #F0D985

Tints of Buff #F0D985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.54%

R = 40.68%
G = 36.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0D985 (or 0xF0D985) is known color: Buff. HEX triplet: F0, D9 and 85. RGB value is (240,217,133). Sum of RGB (Red+Green+Blue) = 240+217+133=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D985 is #0F267A. Grayscale: #D6D6D6. Windows color (decimal): -992891 or 8772080. OLE color: 8772080.

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

Color convert

RGB 240 217 133 -
CMYK 0 0.10 0.45 0.06
HSL 47.1º 0.78% 0.73% -
HSV(B) 47.1º 0.45% 0.94% -
XYZ 64.98 69.84 32.25 -
YUV 214.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 240 217 133 0 0.10 0.45 0.06 47.1 0.78 0.73
Hex F0 D9 85 0 A 2D 6 2F 4E 49
Octal 360 331 205 0 12 55 6 57 116 111
Binary 11110000 11011001 10000101 0 1010 101101 110 101111 1001110 1001001

Color Harmonies of #F0D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D985

Black with #F0D985

Text Example


Text Example

White with #F0D985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D985; }

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

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

background-color css

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

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

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

border-color css

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

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

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