#F2E084

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

Shades of Buff #F2E084

Tints of Buff #F2E084

Color information

#F2E084 (or 0xF2E084) is unknown color: approx Buff. HEX triplet: F2, E0 and 84. RGB value is (242,224,132). Sum of RGB (Red+Green+Blue) = 242+224+132=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E084 is #0D1F7B. Grayscale: #DBDBDB. Windows color (decimal): -860028 or 8708338. OLE color: 8708338.

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

Color convert

RGB242224132-
CMYK00.070.450.05
HSL50.18º80.88%73.33%-
HSV(B)50.18º45.45%94.9%-
XYZ67.4473.8532.53-
YUV218.8978.96144.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=40.47%
G=37.46%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222413200.070.450.0550.1880.8873.33
HexF2E084072D5325149
Octal3623402040755562121111
Binary111100101110000010000100011110110110111001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E084; }

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

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

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

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

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

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

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

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