#F2E086

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

Shades of Buff #F2E086

Tints of Buff #F2E086

Color information

#F2E086 (or 0xF2E086) is unknown color: approx Buff. HEX triplet: F2, E0 and 86. RGB value is (242,224,134). Sum of RGB (Red+Green+Blue) = 242+224+134=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 134 (52.73% from 255 or 22.33% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E086 is #0D1F79. Grayscale: #DBDBDB. Windows color (decimal): -860026 or 8839410. OLE color: 8839410.

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

Color convert

RGB242224134-
CMYK00.070.450.05
HSL50º80.6%73.73%-
HSV(B)50º44.63%94.9%-
XYZ67.5873.9133.26-
YUV219.1279.96144.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 134 (52.73% from 255) = 22.33%
R=40.33%
G=37.33%
B=22.33%

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
Decimal24222413400.070.450.055080.673.73
HexF2E086072D532514a
Octal3623402060755562121112
Binary111100101110000010000110011110110110111001010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E086; }

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

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

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

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

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

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

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

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