#F6E087

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

Shades of Buff #F6E087

Tints of Buff #F6E087

Color information

#F6E087 (or 0xF6E087) is unknown color: approx Buff. HEX triplet: F6, E0 and 87. RGB value is (246,224,135). Sum of RGB (Red+Green+Blue) = 246+224+135=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 135 (53.12% from 255 or 22.31% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E087 is #091F78. Grayscale: #DCDCDC. Windows color (decimal): -597881 or 8904950. OLE color: 8904950.

HSL color Cylindrical-coordinate representation of color #F6E087: hue angle of 48.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6E087 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB246224135-
CMYK00.090.450.04
HSL48.11º86.05%74.71%-
HSV(B)48.11º45.12%96.47%-
XYZ69.0374.6533.69-
YUV220.4379.79146.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 135 (53.12% from 255) = 22.31%
R=40.66%
G=37.02%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622413500.090.450.0448.1186.0574.71
HexF6E087092D430564b
Octal36634020701155460126113
Binary1111011011100000100001110100110110110011000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E087; }

 p { color: rgb(246,224,135); }

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

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

 a { background-color: rgb(246,224,135); }

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

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

 span { border-color: rgb(246,224,135); }

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