#F2E082

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

Shades of Buff #F2E082

Tints of Buff #F2E082

Color information

#F2E082 (or 0xF2E082) is unknown color: approx Buff. HEX triplet: F2, E0 and 82. RGB value is (242,224,130). Sum of RGB (Red+Green+Blue) = 242+224+130=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E082 is #0D1F7D. Grayscale: #DBDBDB. Windows color (decimal): -860030 or 8577266. OLE color: 8577266.

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

Color convert

RGB242224130-
CMYK00.070.460.05
HSL50.36º81.16%72.94%-
HSV(B)50.36º46.28%94.9%-
XYZ67.373.831.82-
YUV218.6777.96144.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 130 (51.17% from 255) = 21.81%
R=40.60%
G=37.58%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222413000.070.460.0550.3681.1672.94
HexF2E082072E5325149
Octal3623402020756562121111
Binary111100101110000010000010011110111010111001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E082; }

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

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

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

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

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

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

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

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