#F2DF82

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

Shades of Buff #F2DF82

Tints of Buff #F2DF82

Color information

#F2DF82 (or 0xF2DF82) is unknown color: approx Buff. HEX triplet: F2, DF and 82. RGB value is (242,223,130). Sum of RGB (Red+Green+Blue) = 242+223+130=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF82 is #0D207D. Grayscale: #DADADA. Windows color (decimal): -860286 or 8577010. OLE color: 8577010.

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

Color convert

RGB242223130-
CMYK00.080.460.05
HSL49.82º81.16%72.94%-
HSV(B)49.82º46.28%94.9%-
XYZ67.0373.2631.73-
YUV218.0878.29145.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 130 (51.17% from 255) = 21.85%
R=40.67%
G=37.48%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222313000.080.460.0549.8281.1672.94
HexF2DF82082E5325149
Octal36233720201056562121111
Binary1111001011011111100000100100010111010111001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DF82; }

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

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

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

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

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

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

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

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