Html Css Color HEX #F0D784 Buff

📋 copy color: '#F0D784'

red 240 ◦ green 215 ◦ blue 132

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

Shades of Buff #F0D784

Tints of Buff #F0D784

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.63%

 BLUE value IS 132 (51.95% from 255) = 22.49%

R = 40.89%
G = 36.63%
B = 22.49%

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

#F0D784 (or 0xF0D784) is known color: Buff. HEX triplet: F0, D7 and 84. RGB value is (240,215,132). Sum of RGB (Red+Green+Blue) = 240+215+132=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D784 is #0F287B. Grayscale: #D5D5D5. Windows color (decimal): -993404 or 8706032. OLE color: 8706032.

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

Color convert

RGB 240 215 132 -
CMYK 0 0.10 0.45 0.06
HSL 46.11º 0.78% 0.73% -
HSV(B) 46.11º 0.45% 0.94% -
XYZ 64.4 68.79 31.71 -
YUV 213.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 240 215 132 0 0.10 0.45 0.06 46.11 0.78 0.73
Hex F0 D7 84 0 A 2D 6 2E 4E 49
Octal 360 327 204 0 12 55 6 56 116 111
Binary 11110000 11010111 10000100 0 1010 101101 110 101110 1001110 1001001

Color Harmonies of #F0D784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D784

Black with #F0D784

Text Example


Text Example

White with #F0D784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D784; }

 p { color: rgb(240,215,132); }

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

background-color css

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

 a { background-color: rgb(240,215,132); }

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

border-color css

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

 span { border-color: rgb(240,215,132); }

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