#f6e07f

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

Shades of Buff #F6E07F

Tints of Buff #F6E07F

Color information

#F6E07F (or 0xF6E07F) is unknown color: approx Buff. HEX triplet: F6, E0 and 7F. RGB value is (246,224,127). Sum of RGB (Red+Green+Blue) = 246+224+127=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E07F is #091F80. Grayscale: #DBDBDB. Windows color (decimal): -597889 or 8380662. OLE color: 8380662.

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

Color convert

RGB246224127-
CMYK00.090.480.04
HSL48.91º86.86%73.14%-
HSV(B)48.91º48.37%96.47%-
XYZ68.4974.4430.84-
YUV219.5275.79146.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 127 (50% from 255) = 21.27%
R=41.21%
G=37.52%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622412700.090.480.0448.9186.8673.14
HexF6E07F09304315749
Octal36634017701160461127111
Binary111101101110000011111110100111000010011000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6e07f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6e07f; }

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

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

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

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

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

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

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

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