#F2D784

Color #F2D784 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F2D784

Tints of Buff #F2D784

Color information

#F2D784 (or 0xF2D784) is unknown color: approx Buff. HEX triplet: F2, D7 and 84. RGB value is (242,215,132). Sum of RGB (Red+Green+Blue) = 242+215+132=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D784 is #0D287B. Grayscale: #D5D5D5. Windows color (decimal): -862332 or 8706034. OLE color: 8706034.

HSL color Cylindrical-coordinate representation of color #F2D784: hue angle of 45.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D784 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242215132-
CMYK00.110.450.05
HSL45.27º80.88%73.33%-
HSV(B)45.27º45.45%94.9%-
XYZ65.0869.1431.75-
YUV213.6181.95148.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=41.09%
G=36.50%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221513200.110.450.0545.2780.8873.33
HexF2D7840B2D52d5149
Octal36232720401355555121111
Binary1111001011010111100001000101110110110110110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D784; }

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

 H1.HeaderClassName
 {
   color: #F2D784;
 }
 .AnyTagClassName
 {
   color: #F2D784;
 }
</style>
background-color css

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

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

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

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

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

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